DataViewPropertiesCollection.AddRange(DataViewProperty[]) Method
Adds an array of ViewProperty objects to the collection.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
Parameters
Name | Type | Description |
---|---|---|
sortProperties | DataViewProperty[] | An array of DataViewProperty objects to add to the collection. |
Remarks
To add a single element to the collection, use the DataViewPropertiesCollection.Add method.
See Also