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

HamburgerSubMenu.IsMoreButtonSelected Property

Gets whether the More predefined button, which invokes a fly-out panel containing all sub-menu items, is selected.

Namespace: DevExpress.Xpf.WindowsUI

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

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

Declaration

public bool IsMoreButtonSelected { get; protected set; }

Property Value

Type Description
Boolean

true, if the More predefined button is selected; otherwise, false.

See Also