Skip to main content

HamburgerSubMenu.ActualFlyoutPaneMinWidth Property

Gets the actual minimum width of the sub-menu’s flyout.

Namespace: DevExpress.Xpf.WindowsUI

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

NuGet Package: DevExpress.Wpf.Controls

Declaration

public double ActualFlyoutPaneMinWidth { get; protected set; }

Property Value

Type Description
Double

An integer value that specifies the actual minimum width of the sub-menu’s flyout in device independent pixels.

See Also