Skip to main content
Bar

StandaloneBarDockControl.LockLayout Property

Gets or sets a counter that controls the StandaloneBarDockControl‘s updates.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public override int LockLayout { get; set; }

Property Value

Type Description
Int32

An integer that specifies the value of the counter used to control the StandaloneBarDockControl‘s updates.

Remarks

See BarDockControl.LockLayout for more information.

See Also