Skip to main content

CustomFieldCollection.CancelUpdate() Method

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.Core.dll

NuGet Package: DevExpress.Scheduler.Core

Declaration

public void CancelUpdate()

Remarks

See CustomFieldCollection.BeginUpdate, to learn more.

See Also