menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class TreeGridFilterSettings

    Options for enabling and configuring the filtering related operations

    Inheritance
    System.Object
    EJTagHelper
    TreeGridFilterSettings
    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 TreeGridFilterSettings : EJTagHelper

    Constructors

    TreeGridFilterSettings()

    Declaration
    public TreeGridFilterSettings()

    Properties

    EnableCaseSensitivity

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

    EnableComplexBlankFilter

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

    FilterBarMode

    Specifies if the filtering should happen immediately on each key press or only on pressing enter key.

    Declaration
    [JsonProperty("filterBarMode")]
    [JsonConverter(typeof(StringEnumConverter))]
    public TreeGridFilterBarMode FilterBarMode { get; set; }
    Property Value
    Type Description
    TreeGridFilterBarMode

    FilteredColumns

    Gets or sets a filter columns details in tree grid.

    Declaration
    [JsonProperty("filteredColumns")]
    public virtual List<TreeGridFilteredColumn> FilteredColumns { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<TreeGridFilteredColumn>

    FilterHierarchyMode

    Gets or sets a filter hierarchy Mode.

    Declaration
    [JsonConverter(typeof(StringEnumConverter))]
    [JsonProperty("filterHierarchyMode")]
    public TreeGridFilterHierarchyMode FilterHierarchyMode { get; set; }
    Property Value
    Type Description
    TreeGridFilterHierarchyMode

    FilterType

    Specifies if the filter type should be FilterBar.

    Declaration
    [JsonProperty("filterType")]
    [JsonConverter(typeof(StringEnumConverter))]
    public TreeGridFilterType FilterType { get; set; }
    Property Value
    Type Description
    TreeGridFilterType

    MaxFilterChoices

    Declaration
    [JsonProperty("maxFilterChoices")]
    public int MaxFilterChoices { get; set; }
    Property Value
    Type Description
    System.Int32

    Methods

    ShouldSerializeFilteredColumns()

    Declaration
    public bool ShouldSerializeFilteredColumns()
    Returns
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved