Back to Devexpress

XPObjectSpace.CreateSortingCollection(IList<SortProperty>) Method

expressappframework-devexpress-dot-expressapp-dot-xpo-dot-xpobjectspace-dot-createsortingcollection-x28-system-dot-collections-dot-generic-dot-ilist-devexpress-dot-xpo-dot-sortproperty-x29.md

latest1.4 KB
Original Source

XPObjectSpace.CreateSortingCollection(IList<SortProperty>) Method

Namespace : DevExpress.ExpressApp.Xpo

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

NuGet Package : DevExpress.ExpressApp.Xpo

Declaration

csharp
public static SortingCollection CreateSortingCollection(
    IList<SortProperty> sorting
)
vb
Public Shared Function CreateSortingCollection(
    sorting As IList(Of SortProperty)
) As SortingCollection

Parameters

NameType
sortingIList<SortProperty>

Returns

Type
SortingCollection

See Also

XPObjectSpace Class

XPObjectSpace Members

DevExpress.ExpressApp.Xpo Namespace