menu

Blazor

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

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved