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

HamburgerSubMenu.ActualFlyoutPaneMinWidth Property

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

Namespace: DevExpress.Xpf.WindowsUI

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Controls, DevExpress.Wpf.Navigation

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