menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class GridColumnChooserSettingsBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    GridColumnChooserSettingsBuilder
    Namespace: Syncfusion.EJ2.Grids
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class GridColumnChooserSettingsBuilder : ControlBuilder

    Constructors

    GridColumnChooserSettingsBuilder()

    Declaration
    public GridColumnChooserSettingsBuilder()

    GridColumnChooserSettingsBuilder(GridColumnChooserSettings)

    Declaration
    public GridColumnChooserSettingsBuilder(GridColumnChooserSettings model)
    Parameters
    Type Name Description
    GridColumnChooserSettings model

    Methods

    EnableSearching(Boolean)

    Enables or disables the search option in the column chooser.

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

    FooterTemplate(String)

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

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

    HeaderTemplate(String)

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

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

    IgnoreAccent(Boolean)

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

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

    Operator(String)

    Defines the search operator for column chooser.

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

    RenderCustomColumnChooser(String)

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

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

    Template(String)

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

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