Skip to main content

CustomFieldCollection.EndUpdate() Method

In This Article

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

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.Core

#Declaration

public void EndUpdate()

#Remarks

See CustomFieldCollection.BeginUpdate, to learn more.

See Also