Skip to main content

NotificationCollection<T>.EndUpdate() Method

Unlocks the NotificationCollection<T> object after a call to the BeginUpdate method and causes an immediate visual update.

Namespace: DevExpress.Utils

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public void EndUpdate()

Remarks

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

See Also