Skip to main content
.NET 6.0+

DataViewPropertiesCollection.AddRange(DataViewProperty[]) Method

Adds an array of ViewProperty objects to the collection.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v24.1.dll

NuGet Package: DevExpress.Xpo

Declaration

public void AddRange(
    DataViewProperty[] sortProperties
)

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