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

WeekDaysCheckEdit.CancelUpdate() Method

Unlocks the WeekDaysCheckEdit object after it has been locked by the BeginUpdate method, without causing an immediate visual update.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v19.1.dll

Declaration

public void CancelUpdate()

Remarks

See WeekDaysCheckEdit.BeginUpdate to learn more.

See Also