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

HamburgerMenuAdaptiveLayoutController.ActualWidth Property

Gets or sets the actual width of the menu.

Namespace: DevExpress.Xpf.WindowsUI

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

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

Declaration

public double ActualWidth { get; set; }

Property Value

Type Description
Double

A Double value that specifies the actual width of the menu.

See Also