Back to Devexpress

XPCursor.Sorting Property

xpo-devexpress-dot-xpo-dot-xpcursor-e9c969e3.md

latest1.0 KB
Original Source

XPCursor.Sorting Property

Provides access to the collection whose elements identify the sorted columns in a data store.

Namespace : DevExpress.Xpo

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public SortingCollection Sorting { get; }
vb
Public ReadOnly Property Sorting As SortingCollection

Property Value

TypeDescription
SortingCollection

A SortingCollection object which contains information on the sorted columns in a data store.

|

See Also

XPCursor Class

XPCursor Members

DevExpress.Xpo Namespace