GridColumnSortInfoCollection.AddRange(GridColumnSortInfo[]) Method
Adds an array of GridColumnSortInfo objects to the current 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 | GridColumnSortInfo[] | An array of GridColumnSortInfo objects to add to the collection. |
Remarks
An element cannot be added to the collection in specific cases. See the GridColumnSortInfoCollection.Add topic for more information.
See Also