menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeGridSearchFieldsBuilder

    Show / Hide Table of Contents

    Class TreeGridSearchFieldsBuilder

    Inheritance
    System.Object
    TreeGridSearchFieldsBuilder
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.JavaScript
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class TreeGridSearchFieldsBuilder

    Constructors

    TreeGridSearchFieldsBuilder(TreeGridSearchSettings)

    It sets an object that indicates whether to customize the searching behavior of the grid

    Declaration
    public TreeGridSearchFieldsBuilder(TreeGridSearchSettings searchOption)
    Parameters
    Type Name Description
    TreeGridSearchSettings searchOption

    It displays the list of ScrollSettings option

    Fields

    Column

    Declaration
    public string Column
    Field Value
    Type Description
    System.String

    SearchOption

    Declaration
    public TreeGridSearchSettings SearchOption
    Field Value
    Type Description
    TreeGridSearchSettings

    Methods

    Add(String)

    Adds the columnname to be search into SearchSettings option.

    Declaration
    public void Add(string columnName)
    Parameters
    Type Name Description
    System.String columnName

    It accepts the string value and displays the columnname to be search

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved