Class ColumnChooserTemplateContext
Defines members of the column chooser template context.
Inheritance
System.Object
ColumnChooserTemplateContext
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public class ColumnChooserTemplateContext : Object
Constructors
ColumnChooserTemplateContext()
Declaration
public ColumnChooserTemplateContext()
Properties
Columns
Gets or sets the columns list. If there is any search criteria applied then the columns which matches the search criteria will be provided.
Declaration
public List<GridColumn> Columns { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<GridColumn> |