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)
740
__builder.AddContent(66, col.
ColumnOptions
QuickGrid.razor.cs (2)
389
/// Displays the <see cref="ColumnBase{TGridItem}.
ColumnOptions
"/> UI for the specified column, closing any other column
402
/// Closes the <see cref="ColumnBase{TGridItem}.
ColumnOptions
"/> UI that was previously displayed.