Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

DataViewPropertiesCollection.AddRange(DataViewProperty[]) Method

Adds an array of ViewProperty objects to the collection.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v21.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