Back to Devexpress

DateNavigator.IsUpdateLocked Property

windowsforms-devexpress-dot-xtrascheduler-dot-datenavigator-6d71c038.md

latest1.9 KB
Original Source

DateNavigator.IsUpdateLocked Property

Gets whether the object has been locked for updating.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[Browsable(false)]
public bool IsUpdateLocked { get; }
vb
<Browsable(False)>
Public ReadOnly Property IsUpdateLocked As Boolean

Property Value

TypeDescription
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 DateNavigator.BeginUpdate and DateNavigator.EndUpdate methods, is not equal to zero, so that a new modification can not be initiated. Refer to the descriptions of these methods for more information.

See Also

BeginUpdate()

EndUpdate()

CancelUpdate()

DateNavigator Class

DateNavigator Members

DevExpress.XtraScheduler Namespace