BaseComponent.IsUpdateLocked Property
In This Article
Returns whether or not this BaseComponent is currently locked, which prevents any visual updates.
Namespace: DevExpress.XtraBars.Docking2010.Base
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true if this Base |
#Remarks
See the BaseComponent.BeginUpdate method to learn more.
See Also