Skip to main content
All docs
V21.2

SnapListSorting.AddRange(IEnumerable<SnapListGroupParam>) Method

Appends an array of sorting criteria to the storage collection.

Namespace: DevExpress.Snap.Core.API

Assembly: DevExpress.Snap.v21.2.Core.dll

NuGet Package: DevExpress.Snap.Core

Declaration

void AddRange(
    IEnumerable<SnapListGroupParam> collection
)

Parameters

Name Type Description
collection IEnumerable<SnapListGroupParam>

An array of Parameter objects to append to the collection.

Remarks

Objects are added to the end of the collection in the order they appear in the array.

See Also