Skip to main content

NotificationCollection<T>.CancelUpdate() Method

Unlocks the NotificationCollection<T> object after it has been locked by the BeginUpdate method, without causing an immediate visual update.

Namespace: DevExpress.Utils

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public void CancelUpdate()

Remarks

See NotificationCollection<T>.BeginUpdate, to learn more.

See Also