menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeGridColumnChooserItem - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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

    Gets or sets the grid column associated with this column chooser item.

    Declaration
    public GridColumn Column { get; set; }
    Property Value
    Type Description
    GridColumn

    An instance of GridColumn that specifies the grid column.

    IsSelectAll

    Gets or sets a value indicating whether the checkbox selects all columns.

    Declaration
    public bool IsSelectAll { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if the checkbox selects all columns; otherwise, false.

    Title

    Gets or sets the label value of the tree grid column chooser item.

    Declaration
    public string Title { get; set; }
    Property Value
    Type Description
    System.String

    A System.String representing the label value. 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()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved