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
public SortDescriptionCollection SortDescriptions { get; }
Property Value
| Type |
|---|
| SortDescriptionCollection |
See Also