alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class ColumnChooserTemplateContext

    Defines members of the column chooser template context.

    Inheritance
    object
    ColumnChooserTemplateContext
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ColumnChooserTemplateContext

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