1 write to Title
Microsoft.AspNetCore.Components.QuickGrid (1)
Columns\PropertyColumn.cs (1)
73
Title
= memberExpression.Member.Name;
13 references to Title
Microsoft.AspNetCore.Components.QuickGrid (13)
_generated\0\ColumnBase_razor.g.cs (6)
153
if (QuickGridFeatureFlags.EnableUrlBasedQuickGridNavigationAndSorting &&
Title
is not null)
177
__builder.AddContent(14,
Title
189
else if (!QuickGridFeatureFlags.EnableUrlBasedQuickGridNavigationAndSorting &&
Title
is not null)
214
__builder.AddContent(24,
Title
241
__builder.AddContent(32,
Title
276
__builder.AddContent(39,
Title
Columns\ColumnBase.razor.cs (3)
36
/// includes the <see cref="
Title
" /> along with any applicable sort indicators and options buttons.
120
string displayName = string.IsNullOrWhiteSpace(
Title
) ? "(unnamed)" :
Title
;
Columns\PropertyColumn.cs (1)
71
if (
Title
is null && Property.Body is MemberExpression memberExpression)
QuickGrid.razor.cs (3)
283
&& sortFromQuery.ColumnTitle == column.
Title
)
338
[SortQueryParameterNameBy] = column?.
Title
,
365
&& _columns.FirstOrDefault(c => c.
Title
== sort.ColumnTitle) is { } column