Skip to main content

GroupSummarySortInfoCollection.EndUpdate() Method

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

Namespace: DevExpress.XtraGrid.Columns

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public void EndUpdate()

Remarks

See GroupSummarySortInfoCollection.BeginUpdate to learn more.

See Also