2 types derived from ShellGroupItem
Microsoft.Maui.Controls (2)
Shell\ShellItem.cs (1)
56
public class ShellItem :
ShellGroupItem
, IShellItemController, IElementConfiguration<ShellItem>, IPropertyPropagationController, IVisualTreeElement
Shell\ShellSection.cs (1)
27
public partial class ShellSection :
ShellGroupItem
, IShellSectionController, IPropertyPropagationController, IVisualTreeElement, IStackNavigation
5 references to ShellGroupItem
Microsoft.Maui.Controls (5)
Shell\BaseShellItem.cs (1)
135
else if (Parent is
ShellGroupItem
sgi)
Shell\ShellElementCollection.cs (3)
213
if (item is
ShellGroupItem
sgi)
231
if (controller is
ShellGroupItem
sgi)
242
if (controller is
ShellGroupItem
sgi)
Shell\ShellGroupItem.cs (1)
11
BindableProperty.Create(nameof(FlyoutDisplayOptions), typeof(FlyoutDisplayOptions), typeof(
ShellGroupItem
), FlyoutDisplayOptions.AsSingleItem, BindingMode.OneTime, propertyChanged: OnFlyoutDisplayOptionsPropertyChanged);