Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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