Back to Devexpress

XPView.Sorting Property

xpo-devexpress-dot-xpo-dot-xpview-9d5d59e5.md

latest1.4 KB
Original Source

XPView.Sorting Property

Provides access to the collection whose elements identify the sorted columns within the view.

Namespace : DevExpress.Xpo

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

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

Property Value

TypeDescription
SortingCollection

A SortingCollection object which contains information on the sorted columns within the view.

|

Remarks

When using the Sorting property to sort persistent objects, sorting is performed on a client. Data is fetched from a data store and then sorted. Use a view property’s ViewProperty.Sorting property to sort objects at the data source level.

To learn more, see Sorting.

See Also

Sorting

XPView Class

XPView Members

DevExpress.Xpo Namespace