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

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.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

public void CancelUpdate()

Remarks

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

See Also