Skip to main content

RecurrenceControlBase.EndUpdate() Method

Unlocks the RecurrenceControlBase object after a call to the BeginUpdate method and causes an immediate visual update.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v24.1.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public void EndUpdate()

Remarks

See RecurrenceControlBase.BeginUpdate to learn more.

See Also