Class TreeGridColumnChooserItemGroup
Configures the Tree Grid column chooser grouping.
Inherited Members
Namespace: Syncfusion.Blazor.TreeGrid
Assembly: Syncfusion.Blazor.dll
Syntax
public class TreeGridColumnChooserItemGroup : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
Constructors
TreeGridColumnChooserItemGroup()
Declaration
public TreeGridColumnChooserItemGroup()
Properties
ChildContent
Declaration
[Parameter]
public RenderFragment ChildContent { get; set; }
Property Value
| Type |
|---|
| RenderFragment |
Title
Gets or sets the group title for the column chooser items.
Declaration
[Parameter]
public string Title { get; set; }
Property Value
| Type | Description |
|---|---|
| string | A 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 |
|---|---|---|
| RenderTreeBuilder | __builder |
Overrides
OnInitialized()
Declaration
protected override void OnInitialized()