menu

Blazor

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

    Show / Hide Table of Contents

    Class GridColumnChooserItemGroup

    Inheritance
    System.Object
    GridColumnChooserItemGroup
    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class GridColumnChooserItemGroup : ComponentBase

    Constructors

    GridColumnChooserItemGroup()

    Declaration
    public GridColumnChooserItemGroup()

    Properties

    ChildContent

    Declaration
    public RenderFragment ChildContent { get; set; }
    Property Value
    Type
    Microsoft.AspNetCore.Components.RenderFragment

    Title

    Gets or sets the group title for the checkbox collections.

    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