HamburgerSubMenu.Items Property
In This Article
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 |
---|---|
Observable |
The read-only collection of objects implementing the DevExpress. |
#Remarks
The Items collection accepts HamburgerSubMenuNavigationButton objects.
See Also