5 references to ColumnOptions
Microsoft.AspNetCore.Components.QuickGrid (5)
_generated\0\ColumnBase_razor.g.cs (2)
109
if (
ColumnOptions
is not null && (Align != Align.Right && Align != Align.End))
296
if (
ColumnOptions
is not null && (Align == Align.Right || Align == Align.End))
_generated\2\QuickGrid_razor.g.cs (1)
766
__builder.AddContent(68, col.
ColumnOptions
QuickGrid.razor.cs (2)
458
/// Displays the <see cref="ColumnBase{TGridItem}.
ColumnOptions
"/> UI for the specified column, closing any other column
471
/// Closes the <see cref="ColumnBase{TGridItem}.
ColumnOptions
"/> UI that was previously displayed.