DataGridCollectionView.

SortDescriptions Property

Summary

Gets the Sort criteria to sort items in collection.
Namespace
Avalonia.Collections
Containing Type
DataGridCollectionView

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

See Also