menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class TreeGridSearchSettings

    Inheritance
    System.Object
    EJTagHelper
    TreeGridSearchSettings
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    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.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class TreeGridSearchSettings : EJTagHelper

    Constructors

    TreeGridSearchSettings()

    Declaration
    public TreeGridSearchSettings()

    Properties

    Fields

    Declaration
    [JsonProperty("fields")]
    public List<string> Fields { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.String>

    IgnoreCase

    Declaration
    [JsonProperty("ignoreCase")]
    public bool IgnoreCase { get; set; }
    Property Value
    Type Description
    System.Boolean

    Key

    Declaration
    [JsonProperty("key")]
    public string Key { get; set; }
    Property Value
    Type Description
    System.String

    Operator

    Declaration
    [JsonProperty("operator")]
    [JsonConverter(typeof(StringEnumConverter))]
    public TreeGridSearchOperator Operator { get; set; }
    Property Value
    Type Description
    TreeGridSearchOperator

    SearchHierarchyMode

    Declaration
    [JsonProperty("searchHierarchyMode")]
    [JsonConverter(typeof(StringEnumConverter))]
    public TreeGridSearchHierarchyMode SearchHierarchyMode { get; set; }
    Property Value
    Type Description
    TreeGridSearchHierarchyMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved