SortDescriptionBase.SortOrder Property
Namespace: DevExpress.XamarinForms.CollectionView
Assembly: DevExpress.XamarinForms.CollectionView.dll
NuGet Package: DevExpress.XamarinForms.CollectionView
Declaration
public ColumnSortOrder SortOrder { get; set; }
Property Value
| Type |
|---|
| ColumnSortOrder |
Available values:
| Name |
|---|
| None |
| Ascending |
| Descending |
See Also