Back to Devexpress

HamburgerMenu.OpenPaneMinWidth Property

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

latest1.6 KB
Original Source

HamburgerMenu.OpenPaneMinWidth Property

Gets or sets the bottom limit of the menu width if it is automatically calculated based on the content.

Namespace : DevExpress.Xpf.WindowsUI

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

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public double OpenPaneMinWidth { get; set; }
vb
Public Property OpenPaneMinWidth As Double

Property Value

TypeDescription
Double

An integer value that specifies the menu minimal width in device independent pixels. The default is 0.

|

Remarks

Set the OpenPaneMinWidth property to Double.NaN to calculate the menu width automatically to fit the content. Use the OpenPaneMinWidth property to limit the minimum width.

See Also

OpenPaneWidth

FlyoutPaneWidth

FlyoutPaneMinWidth

HamburgerMenu Class

HamburgerMenu Members

DevExpress.Xpf.WindowsUI Namespace