1 write to Title
Microsoft.AspNetCore.Components.QuickGrid (1)
Columns\PropertyColumn.cs (1)
73Title = memberExpression.Member.Name;
2 references to Title
Microsoft.AspNetCore.Components.QuickGrid (2)
Columns\ColumnBase.razor.cs (1)
36/// includes the <see cref="Title" /> along with any applicable sort indicators and options buttons.
Columns\PropertyColumn.cs (1)
71if (Title is null && Property.Body is MemberExpression memberExpression)