Skip to main content

HamburgerSubMenu.Items Property

Provides access to a collection of objects that represent sub-menu items.

Namespace: DevExpress.UI.Xaml.Layout

Assembly: DevExpress.UI.Xaml.Layout.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public ObservableCollection<IHamburgerSubMenuItem> Items { get; }

Property Value

Type Description
ObservableCollection<DevExpress.UI.Xaml.Layout.Internal.IHamburgerSubMenuItem>

The read-only collection of objects implementing the DevExpress.UI.Xaml.Layout.Internal.IHamburgerMenuItem interface that represent items contained within the sub-menu.

Remarks

The Items collection accepts HamburgerSubMenuNavigationButton objects.

See Also