QuickGrid<TGridItem>.ShowColumnOptionsAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Displays the ColumnOptions UI for the specified column, closing any other column options UI that was previously displayed.
public System.Threading.Tasks.Task ShowColumnOptionsAsync (Microsoft.AspNetCore.Components.QuickGrid.ColumnBase<TGridItem> column);
member this.ShowColumnOptionsAsync : Microsoft.AspNetCore.Components.QuickGrid.ColumnBase<'GridItem> -> System.Threading.Tasks.Task
Public Function ShowColumnOptionsAsync (column As ColumnBase(Of TGridItem)) As Task
Parameters
- column
- ColumnBase<TGridItem>
The column whose options are to be displayed, if any are available.