2 types derived from ShellGroupItem
Microsoft.Maui.Controls (2)
Shell\ShellItem.cs (1)
54
public class ShellItem :
ShellGroupItem
, IShellItemController, IElementConfiguration<ShellItem>, IPropertyPropagationController, IVisualTreeElement
Shell\ShellSection.cs (1)
25
public partial class ShellSection :
ShellGroupItem
, IShellSectionController, IPropertyPropagationController, IVisualTreeElement, IStackNavigation
5 references to ShellGroupItem
Microsoft.Maui.Controls (5)
Shell\BaseShellItem.cs (1)
134
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);