Provides access to a collection of objects that represent Bottom Bar items.
Namespace: DevExpress.UI.Xaml.Layout
Assembly: DevExpress.UI.Xaml.Layout.v18.2.dll
public ObservableCollection<IHamburgerMenuBottomBarItem> BottomBarItems { get; }
Public ReadOnly Property BottomBarItems As ObservableCollection(Of IHamburgerMenuBottomBarItem)
Type | Description |
---|---|
ObservableCollection<DevExpress.UI.Xaml.Layout.Internal.IHamburgerMenuBottomBarItem> | The read-only collection of objects implementing the DevExpress.UI.Xaml.Layout.Internal.IHamburgerMenuItem interface that represent items contained within the menu. |
You can add the following objects to the collection.