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

WeekDaysCheckEdit.IsUpdateLocked Property

Notifies whether the WeekDaysCheckEdit control is locked for update.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v19.1.dll

Declaration

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

Property Value

Type Description
Boolean

true if the control is locked; otherwise, false.

Remarks

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

See Also