1 write to Title
Microsoft.AspNetCore.Components.QuickGrid (1)
Columns\PropertyColumn.cs (1)
73
Title
= memberExpression.Member.Name;
11 references to Title
Microsoft.AspNetCore.Components.QuickGrid (11)
ColumnBase_razor.g.cs (6)
152
if (QuickGridFeatureFlags.EnableUrlBasedQuickGridNavigationAndSorting &&
Title
is not null)
176
__builder.AddContent(14,
Title
188
else if (!QuickGridFeatureFlags.EnableUrlBasedQuickGridNavigationAndSorting &&
Title
is not null)
213
__builder.AddContent(24,
Title
240
__builder.AddContent(32,
Title
275
__builder.AddContent(39,
Title
Columns\ColumnBase.razor.cs (1)
36
/// includes the <see cref="
Title
" /> along with any applicable sort indicators and options buttons.
Columns\PropertyColumn.cs (1)
71
if (
Title
is null && Property.Body is MemberExpression memberExpression)
QuickGrid.razor.cs (3)
281
&& sortFromQuery.ColumnTitle == column.
Title
)
336
[SortQueryParameterNameBy] = column?.
Title
,
363
&& _columns.FirstOrDefault(c => c.
Title
== sort.ColumnTitle) is { } column