Skip to content

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.

  • T — Row item type.
  • TProperty — Member type.

Standard/custom format string applied to the value (e.g. “dd/MM/yyyy”).

Sort key: the member name resolved from PropertyColumn<T1, T2>.Property.

Expression selecting the member to display/sort.

Optional explicit sort selector (overrides PropertyColumn<T1, T2>.Property for sorting).