Back to Devexpress

HamburgerMenu.IsInitiallyCompact Property

wpf-devexpress-dot-xpf-dot-windowsui-dot-hamburgermenu-f7d0cd53.md

latest1.2 KB
Original Source

HamburgerMenu.IsInitiallyCompact Property

Gets or sets whether the menu is initially displayed in the compact mode.

Namespace : DevExpress.Xpf.WindowsUI

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

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public bool IsInitiallyCompact { get; set; }
vb
Public Property IsInitiallyCompact As Boolean

Property Value

TypeDescription
Boolean

true, if the menu is initially displayed in the compact mode; otherwise, false. The default is false.

|

See Also

IsCompact

HamburgerMenu Class

HamburgerMenu Members

DevExpress.Xpf.WindowsUI Namespace