Skip to main content

ViewFilter.EndUpdate() Method

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

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

public void EndUpdate()

Remarks

See ViewFilter.BeginUpdate to learn more.

See Also