Summary
Gets the Sort criteria to sort items in collection.
- Namespace
- Avalonia
.Collections - Containing Type
- Data
Grid Collection View
Syntax
public DataGridSortDescriptionCollection SortDescriptions { get; }
Remarks
Clear a sort criteria by assigning SortDescription.Empty to this property. One or more sort criteria in form of can be used, each specifying a property and direction to sort by.
Value
Type | Description |
---|---|
Data |