BarDockControl.LockLayout Property
Gets or sets a counter that controls updates of the BarDockControl.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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