DataViewPropertiesCollection.AddRange(DataViewProperty[]) Method
In This Article
Adds an array of ViewProperty objects to the collection.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
public void AddRange(
DataViewProperty[] sortProperties
)
#Parameters
Name | Type | Description |
---|---|---|
sort |
Data |
An array of Data |
#Remarks
To add a single element to the collection, use the DataViewPropertiesCollection.Add method.
See Also