Class ColumnMenuChooserTemplateContext
The context for the template of the column menu chooser.
Inheritance
System.Object
ColumnMenuChooserTemplateContext
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class ColumnMenuChooserTemplateContext : Object
Constructors
ColumnMenuChooserTemplateContext()
Declaration
public ColumnMenuChooserTemplateContext()
Properties
Columns
The list of columns in the chooser.
Declaration
public List<ColumnMenuChooserColumn> Columns { get; set; }
Property Value
System.Collections.Generic.List<ColumnMenuChooserColumn>
|