Share via


ColumnBase<TGridItem>.ColumnOptions Property

Definition

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

Applies to