Skip to main content

WeekDaysCheckEdit.IsUpdateLocked Property

Notifies whether the WeekDaysCheckEdit control is locked for update.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

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