3 references to TemplateColumn
Microsoft.AspNetCore.Components.QuickGrid (3)
Columns\ColumnBase.razor.cs (2)
52
/// The default value may vary according to the column type (for example, a <see cref="
TemplateColumn
{TGridItem}" />
53
/// is sortable by default if any <see cref="
TemplateColumn
{TGridItem}.SortBy" /> parameter is specified).
Columns\PropertyColumn.cs (1)
36
set => throw new NotSupportedException($"PropertyColumn generates this member internally. For custom sorting rules, see '{typeof(
TemplateColumn
<TGridItem>)}'.");