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

StandaloneBarDockControl.LockLayout Property

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

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

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