Class TreeGridColumnChooserItemGroup
Configures the Tree Grid column chooser grouping.
Inheritance
System.Object
TreeGridColumnChooserItemGroup
Namespace: Syncfusion.Blazor.TreeGrid
Assembly: Syncfusion.Blazor.dll
Syntax
public class TreeGridColumnChooserItemGroup : ComponentBase
Constructors
TreeGridColumnChooserItemGroup()
Declaration
public TreeGridColumnChooserItemGroup()
Properties
ChildContent
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Type |
---|
Microsoft.AspNetCore.Components.RenderFragment |
Title
Gets or sets the group title for the column chooser items.
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String | A System.String representing the group title. The default is an empty 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()