5 references to ColumnOptions
Microsoft.AspNetCore.Components.QuickGrid (5)
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 (2)
284
/// Displays the <see cref="ColumnBase{TGridItem}.
ColumnOptions
"/> UI for the specified column, closing any other column
297
/// Closes the <see cref="ColumnBase{TGridItem}.
ColumnOptions
"/> UI that was previously displayed.
QuickGrid_razor.g.cs (1)
763
__builder.AddContent(65, col.
ColumnOptions