SortDefinition<T>
Describes a single active sort. Mirrors MudBlazor’s SortDefinition<T>.
Type parameters
Section titled “Type parameters”T— Row item type.
Properties
Section titled “Properties”Descending
Section titled “Descending”True when sorting descending.
Priority index (0 = primary sort).
SortBy
Section titled “SortBy”Identifier of the sorted column (member name / title).
SortFunc
Section titled “SortFunc”Extracts the sortable value from a row.
Methods
Section titled “Methods”SortDefinition(string, bool, int, Func<T, object>)
Section titled “SortDefinition(string, bool, int, Func<T, object>)”Creates a sort definition.