GridGroupSummarySortInfoCollection.ClearAndAddRange(GridGroupSummarySortInfo[]) Method
Clears the current collection and adds the specified GridGroupSummarySortInfo objects.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
sortInfos | GridGroupSummarySortInfo[] | An array of GridGroupSummarySortInfo objects. |
Remarks
To append the specified objects to the collection, use the GridGroupSummarySortInfoCollection.AddRange method.
See Also