Skip to main content
A newer version of this page is available. .

HamburgerMenu.BottomItems Property

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

Namespace: DevExpress.Xpf.WindowsUI

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Controls, DevExpress.Wpf.Navigation

Declaration

public SplitCollection<IHamburgerMenuItem> BottomItems { get; }

Property Value

Type Description
DevExpress.Xpf.WindowsUI.Internal.SplitCollection<DevExpress.Xpf.WindowsUI.IHamburgerMenuItem>

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

See Also