5 references to HeaderTemplate
Microsoft.AspNetCore.Components.QuickGrid (5)
Columns\ColumnBase.razor.cs (3)
19
/// Title text for the column. This is rendered automatically if <see cref="
HeaderTemplate
" /> is not used.
44
/// If <see cref="
HeaderTemplate
" /> is used, it is left up to that template to render any relevant
93
/// responsible for using <see cref="
HeaderTemplate
" /> within that new output if they want to continue
Columns_ColumnBase_razor.g.cs (2)
78
if (
HeaderTemplate
is not null)
88
__builder.AddContent(0,
HeaderTemplate
(this)