Skip to main content
A newer version of this page is available. .

XPObjectSpace.CreateSortingCollection(IList<SortProperty>) Method

Namespace: DevExpress.ExpressApp.Xpo

Assembly: DevExpress.ExpressApp.Xpo.v18.2.dll

Declaration

public static SortingCollection CreateSortingCollection(
    IList<SortProperty> sorting
)

Parameters

Name Type
sorting IList<SortProperty>

Returns

Type
SortingCollection
See Also