ColumnBase<TGridItem>.ColumnOptions Property
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.
If specified, indicates that this column has this associated options UI. A button to display this UI will be included in the header cell by default.
If HeaderTemplate is used, it is left up to that template to render any relevant "show options" UI and invoke the grid's ShowColumnOptionsAsync(ColumnBase<TGridItem>)).
[Microsoft.AspNetCore.Components.Parameter]
public Microsoft.AspNetCore.Components.RenderFragment? ColumnOptions { get; set; }
[<Microsoft.AspNetCore.Components.Parameter>]
member this.ColumnOptions : Microsoft.AspNetCore.Components.RenderFragment with get, set
Public Property ColumnOptions As RenderFragment
Property Value
- Attributes