menu

ASP.NET Core - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeGridColumnChooserSettingsBuilder - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TreeGridColumnChooserSettingsBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    TreeGridColumnChooserSettingsBuilder
    Namespace: Syncfusion.EJ2.TreeGrid
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class TreeGridColumnChooserSettingsBuilder : ControlBuilder

    Constructors

    TreeGridColumnChooserSettingsBuilder()

    Declaration
    public TreeGridColumnChooserSettingsBuilder()

    TreeGridColumnChooserSettingsBuilder(TreeGridColumnChooserSettings)

    Declaration
    public TreeGridColumnChooserSettingsBuilder(TreeGridColumnChooserSettings model)
    Parameters
    Type Name Description
    TreeGridColumnChooserSettings model

    Methods

    EnableSearching(Boolean)

    Enables or disables the search option in the column chooser.

    Declaration
    public TreeGridColumnChooserSettingsBuilder EnableSearching(bool value)
    Parameters
    Type Name Description
    System.Boolean value
    Returns
    Type
    TreeGridColumnChooserSettingsBuilder

    FooterTemplate(String)

    Defines the custom footer elements for the column chooser footer template.

    Declaration
    public TreeGridColumnChooserSettingsBuilder FooterTemplate(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    TreeGridColumnChooserSettingsBuilder

    HeaderTemplate(String)

    Defines the custom header elements for the column chooser header template.

    Declaration
    public TreeGridColumnChooserSettingsBuilder HeaderTemplate(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    TreeGridColumnChooserSettingsBuilder

    IgnoreAccent(Boolean)

    If ignoreAccent set to true, then ignores the diacritic characters or accents while searching in column chooser dialog.

    Declaration
    public TreeGridColumnChooserSettingsBuilder IgnoreAccent(bool value)
    Parameters
    Type Name Description
    System.Boolean value
    Returns
    Type
    TreeGridColumnChooserSettingsBuilder

    Operator(String)

    Defines the search operator for column chooser.

    Declaration
    public TreeGridColumnChooserSettingsBuilder Operator(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    TreeGridColumnChooserSettingsBuilder

    RenderCustomColumnChooser(String)

    Renders a custom component to replace or extend the default column chooser UI.

    Declaration
    public TreeGridColumnChooserSettingsBuilder RenderCustomColumnChooser(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    TreeGridColumnChooserSettingsBuilder

    Template(String)

    Defines the custom content elements for the column chooser content template.

    Declaration
    public TreeGridColumnChooserSettingsBuilder Template(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    TreeGridColumnChooserSettingsBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved