3 references to End
Microsoft.AspNetCore.Components.QuickGrid (3)
Columns_ColumnBase_razor.g.cs (2)
108
if (ColumnOptions is not null && (Align != Align.Right && Align != Align.
End
))
214
if (ColumnOptions is not null && (Align == Align.Right || Align == Align.
End
))
QuickGrid.razor.cs (1)
446
Align.
End
=> $"col-justify-end {column.Class}",