GroupSummarySortInfoCollection.AddRange(GroupSummarySortInfo[]) Method
Appends an array of GroupSummarySortInfo objects to the collection.
Namespace: DevExpress.XtraGrid.Columns
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
sortInfos | GroupSummarySortInfo[] | An array of GroupSummarySortInfo objects to add to the collection. |
Remarks
This method uses the GroupSummarySortInfoCollection.BeginUpdate and GroupSummarySortInfoCollection.EndUpdate methods to prevent the collection from being updated until all the items in the specified array have been added to the end of the collection.
See Also