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

BaseComponent.IsUpdateLocked Property

Returns whether or not this BaseComponent is currently locked, which prevents any visual updates.

Namespace: DevExpress.XtraBars.Docking2010.Base

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[Browsable(false)]
public bool IsUpdateLocked { get; }

Property Value

Type Description
Boolean

true, if this BaseComponent is locked; otherwise, false.

Remarks

See the BaseComponent.BeginUpdate method to learn more.

See Also