The context for the template of the column menu chooser.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class ColumnMenuChooserTemplateContext
Inheritance: objectColumnMenuChooserTemplateContext
Constructors
C#
public ColumnMenuChooserTemplateContext()
Properties
The list of columns in the chooser.
C#
public List<ColumnMenuChooserColumn> Columns { get; set; }