Skip to main content

HamburgerMenu.CompactWidth Property

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

Namespace: DevExpress.UI.Xaml.Layout

Assembly: DevExpress.UI.Xaml.Layout.v21.2.dll

NuGet Package: DevExpress.Uwp.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