Back to Devexpress

IObjectSpace.SetCollectionSorting(Object, IList<SortProperty>) Method

expressappframework-devexpress-dot-expressapp-dot-iobjectspace-dot-setcollectionsorting-x28-system-dot-object-system-dot-collections-dot-generic-dot-ilist-devexpress-dot-xpo-dot-sortproperty-x29.md

latest1.6 KB
Original Source

IObjectSpace.SetCollectionSorting(Object, IList<SortProperty>) Method

Applies the specified sorting to a given collection.

Namespace : DevExpress.ExpressApp

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
void SetCollectionSorting(
    object collection,
    IList<SortProperty> sorting
)
vb
Sub SetCollectionSorting(
    collection As Object,
    sorting As IList(Of SortProperty)
)

Parameters

NameTypeDescription
collectionObject

An object that is a collection to be sorted.

| | sorting | IList<SortProperty> |

An IList< SortProperty > object that specifies the sorting to be applied.

|

See Also

IObjectSpace Interface

IObjectSpace Members

DevExpress.ExpressApp Namespace