Class TreeGridColumnChooserItem
Configures the Tree Grid column chooser group items.
Inheritance
System.Object
TreeGridColumnChooserItem
Namespace: Syncfusion.Blazor.TreeGrid
Assembly: Syncfusion.Blazor.dll
Syntax
public class TreeGridColumnChooserItem : ComponentBase
Constructors
TreeGridColumnChooserItem()
Declaration
public TreeGridColumnChooserItem()
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 |
OnInitialized()
Declaration
protected override void OnInitialized()