5 references to ColumnOptions
Microsoft.AspNetCore.Components.QuickGrid (5)
_generated\0\ColumnBase_razor.g.cs (2)
109if (ColumnOptions is not null && (Align != Align.Right && Align != Align.End)) 296if (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.