Skip to content

SortDefinition<T>

Describes a single active sort. Mirrors MudBlazor’s SortDefinition<T>.

  • T — Row item type.

True when sorting descending.

Priority index (0 = primary sort).

Identifier of the sorted column (member name / title).

Extracts the sortable value from a row.

SortDefinition(string, bool, int, Func<T, object>)

Section titled “SortDefinition(string, bool, int, Func<T, object>)”

Creates a sort definition.