Skip to main content

ResourcesCheckedListBoxControl.IsUpdateLocked Property

Notifies whether ResourcesCheckedListBoxControl is locked for update.

Namespace: DevExpress.Xpf.Scheduler.UI

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

#Declaration

public bool IsUpdateLocked { get; }

#Property Value

Type Description
Boolean

true if the control is locked; otherwise, false.

#Remarks

Use the IsUpdateLocked property as a semaphore, signaling that the control is locked for update. It indicates whether the value of an internal counter, used by ResourcesCheckedListBoxControl.BeginUpdate and ResourcesCheckedListBoxControl.EndUpdate methods, is not equal to zero, so that a new modification cannot be initiated. Refer to the descriptions of these methods for more information.

#Implements

DevExpress.Utils.IBatchUpdateable.IsUpdateLocked
See Also