DataViewPropertiesCollection.AddRange(DataViewProperty[]) Method
Adds an array of ViewProperty objects to the collection.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v25.1.dll
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