GridGroupSummarySortInfoCollection.ClearAndAddRange(GridGroupSummarySortInfo[]) Method
In This Article
Clears the current collection and adds the specified GridGroupSummarySortInfo objects.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
sort |
Grid |
An array of Grid |
#Remarks
To append the specified objects to the collection, use the GridGroupSummarySortInfoCollection.AddRange method.
See Also