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

HamburgerMenu.OpenPaneWidth Property

Gets or sets the width of the opened menu.

Namespace: DevExpress.Xpf.WindowsUI

Assembly: DevExpress.Xpf.Controls.v19.1.dll

Declaration

public double OpenPaneWidth { get; set; }

Property Value

Type Description
Double

An integer value that specifies the opened menu width in device independent pixels.

Remarks

By default, the actual width of the menu is automatically calculated to fit the content. Use the OpenPaneWidth property to explicitly specify the menu width. You can also limit the minimum width calculated automatically using the HamburgerMenu.OpenPaneMinWidth property.

See Also