5 references to Property
Microsoft.AspNetCore.Components.QuickGrid (5)
Columns\PropertyColumn.cs (5)
43
if (_lastAssignedProperty !=
Property
)
45
_lastAssignedProperty =
Property
;
46
var compiledPropertyExpression =
Property
.Compile();
68
_sortBuilder = GridSort<TGridItem>.ByAscending(
Property
);
71
if (Title is null &&
Property
.Body is MemberExpression memberExpression)