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

HamburgerMenu.CompactWidth Property

Gets or sets the menu pane width, in pixels, in its compact display mode.

Namespace: DevExpress.Xpf.WindowsUI

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

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

Declaration

public double CompactWidth { get; set; }

Property Value

Type Description
Double

A Double value that specifies the menu pane width, in pixels, in its compact display mode.

See Also