menu

Blazor

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

    Show / Hide Table of Contents

    Class ColumnChooserTemplateContext

    Defines members of the column chooser template context.

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

    Constructors

    ColumnChooserTemplateContext()

    Declaration
    public ColumnChooserTemplateContext()

    Properties

    Columns

    Gets or sets the columns list. If there is any search criteria applied then the columns which matches the search criteria will be provided.

    Declaration
    public List<GridColumn> Columns { get; set; }
    Property Value
    Type
    System.Collections.Generic.List<GridColumn>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved