ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class TreeGridFilterSettings

    Inheritance
    System.Object
    TagHelper
    EJTagHelper
    TreeGridFilterSettings
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsChild
    EJTagHelper.IsCollection
    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.EJ2.TreeGrid
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class TreeGridFilterSettings : EJTagHelper

    Constructors

    TreeGridFilterSettings()

    Declaration
    public TreeGridFilterSettings()

    Properties

    Columns

    Specifies the columns to be filtered at initial rendering of the TreeGrid. You can also get the columns that were currently filtered.

    Declaration
    [HtmlAttributeName("columns")]
    public object Columns { get; set; }
    Property Value
    Type Description
    System.Object

    ContentTemplate

    To get or set value for ContentTemplate.

    Declaration
    public MvcTemplate<object> ContentTemplate { get; set; }
    Property Value
    Type Description
    MvcTemplate<System.Object>

    HierarchyMode

    Defines the filter types. The available options are, Parent: Shows the filtered record with parent record. Child: Shows the filtered record with child record. Both : shows the filtered record with both parent and child record. None : Shows only filtered record. {% codeBlock src='treegrid/hierarchyMode/index.md' %}{% endcodeBlock %}

    Declaration
    [HtmlAttributeName("hierarchyMode")]
    public FilterHierarchyMode HierarchyMode { get; set; }
    Property Value
    Type Description
    FilterHierarchyMode

    IgnoreAccent

    If ignoreAccent set to true, then filter ignores the diacritic characters or accents while filtering.

    Declaration
    [HtmlAttributeName("ignoreAccent")]
    public bool IgnoreAccent { get; set; }
    Property Value
    Type Description
    System.Boolean

    ImmediateModeDelay

    Defines the time delay (in milliseconds) in filtering records when the Immediate mode of filter bar is set.

    Declaration
    [HtmlAttributeName("immediateModeDelay")]
    public double ImmediateModeDelay { get; set; }
    Property Value
    Type Description
    System.Double

    IsComplex

    Declaration
    protected override bool IsComplex { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    EJTagHelper.IsComplex

    Mode

    Defines the filter bar modes. The available options are, OnEnter: Initiates filter operation after Enter key is pressed. Immediate: Initiates filter operation after a certain time interval. By default, time interval is 1500 ms.

    Declaration
    [HtmlAttributeName("mode")]
    public FilterBarMode Mode { get; set; }
    Property Value
    Type Description
    FilterBarMode

    Operators

    The operators is used to override the default operators in filter menu. This should be defined by type wise (string, number, date and boolean). Based on the column type, this customize operator list will render in filter menu.

    Declaration
    [HtmlAttributeName("operators")]
    public object Operators { get; set; }
    Property Value
    Type Description
    System.Object

    ParentPropertyName

    Declaration
    protected override string ParentPropertyName { get; }
    Property Value
    Type Description
    System.String
    Overrides
    EJTagHelper.ParentPropertyName

    ShowFilterBarStatus

    Shows or hides the filtered status message on the pager.

    Declaration
    [HtmlAttributeName("showFilterBarStatus")]
    public bool ShowFilterBarStatus { get; set; }
    Property Value
    Type Description
    System.Boolean

    Type

    Defines options for filtering type. The available options are Menu - Specifies the filter type as menu. FilterBar - Specifies the filter type as filterbar.

    Declaration
    [HtmlAttributeName("type")]
    public FilterType Type { get; set; }
    Property Value
    Type Description
    FilterType
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved