Skip to main content
Bar

BarDockControl.LockLayout Property

Gets or sets a counter that controls updates of the BarDockControl.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public override int LockLayout { get; set; }

Property Value

Type Description
Int32

An integer that specifies the value of the counter used to control updates of the BarDockControl.

Remarks

This property supports the updating mechanism implemented using the BarDockControl.BeginUpdate and BarDockControl.EndUpdate methods. Generally there is no need to change the value of the LockLayout property directly from your code.

See Also