Back to Devexpress

HamburgerMenu.BottomItems Property

wpf-devexpress-dot-xpf-dot-windowsui-dot-hamburgermenu-9342009d.md

latest1.3 KB
Original Source

HamburgerMenu.BottomItems Property

Provides access to items displayed at the bottom of the menu.

Namespace : DevExpress.Xpf.WindowsUI

Assembly : DevExpress.Xpf.Controls.v25.2.dll

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public SplitCollection<IHamburgerMenuItem> BottomItems { get; }
vb
Public ReadOnly Property BottomItems As SplitCollection(Of IHamburgerMenuItem)

Property Value

TypeDescription
DevExpress.Xpf.WindowsUI.Internal.SplitCollection<DevExpress.Xpf.WindowsUI.IHamburgerMenuItem>

The collection of items displayed at the bottom of the menu.

|

See Also

TopItems

Items

HamburgerMenu Class

HamburgerMenu Members

DevExpress.Xpf.WindowsUI Namespace