5 references to ColumnOptions
Microsoft.AspNetCore.Components.QuickGrid (5)
Columns_ColumnBase_razor.g.cs (2)
108if (ColumnOptions is not null && (Align != Align.Right && Align != Align.End)) 214if (ColumnOptions is not null && (Align == Align.Right || Align == Align.End))
QuickGrid.razor.cs (2)
279/// Displays the <see cref="ColumnBase{TGridItem}.ColumnOptions"/> UI for the specified column, closing any other column 292/// Closes the <see cref="ColumnBase{TGridItem}.ColumnOptions"/> UI that was previously displayed.
QuickGrid_razor.g.cs (1)
717__builder.AddContent(64, col.ColumnOptions