PropertyColumn<T1, T2>
A column bound to a member of the row type via an expression. Mirrors MudBlazor’s
PropertyColumn<T, TProperty>. Renders the (optionally formatted) member value.
Type parameters
Section titled “Type parameters”T— Row item type.TProperty— Member type.
Properties
Section titled “Properties”Format
Section titled “Format”Standard/custom format string applied to the value (e.g. “dd/MM/yyyy”).
Identifier
Section titled “Identifier”Sort key: the member name resolved from PropertyColumn<T1, T2>.Property.
Property
Section titled “Property”Expression selecting the member to display/sort.
SortBy
Section titled “SortBy”Optional explicit sort selector (overrides PropertyColumn<T1, T2>.Property for sorting).