Skip to main content

DXCollectionView.SortDescriptions Property

Specifies how to sort data items in the view.

Namespace: DevExpress.XamarinForms.CollectionView

Assembly: DevExpress.XamarinForms.CollectionView.dll

NuGet Package: DevExpress.XamarinForms.CollectionView

#Declaration

C#
public SortDescriptionCollection SortDescriptions { get; }

#Property Value

Type
SortDescriptionCollection
See Also