Class GridColumnChooserItem
Inheritance
System.Object
GridColumnChooserItem
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public class GridColumnChooserItem : ComponentBase
Constructors
GridColumnChooserItem()
Declaration
public GridColumnChooserItem()
Properties
Column
Specifies the grid column
Declaration
public GridColumn Column { get; set; }
Property Value
Type |
---|
GridColumn |
IsSelectAll
Specifies that the checkbox is select all.
Declaration
public bool IsSelectAll { get; set; }
Property Value
Type |
---|
System.Boolean |
Title
Specifies the label value.
Declaration
public string Title { get; set; }
Property Value
Type |
---|
System.String |
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder | __builder |