Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Controls

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