menu

ASP.NET Core - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GanttFilterSettings - API Reference

    Show / Hide Table of Contents

    Class GanttFilterSettings

    Inheritance
    System.Object
    EJTagHelper
    GanttFilterSettings
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.Process(TagHelperContext, TagHelperOutput)
    EJTagHelper.RegisterScript()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.ViewContext
    EJTagHelper.For
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsChild
    EJTagHelper.IsComplex
    EJTagHelper.IsCollection
    EJTagHelper.ParentPropertyName
    Namespace: Syncfusion.EJ2.Gantt
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class GanttFilterSettings : EJTagHelper

    Constructors

    GanttFilterSettings()

    Declaration
    public GanttFilterSettings()

    Properties

    Columns

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

    Declaration
    public object Columns { get; set; }
    Property Value
    Type Description
    System.Object

    The default value is null

    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.

    Declaration
    public FilterHierarchyMode HierarchyMode { get; set; }
    Property Value
    Type Description
    FilterHierarchyMode

    The default value is FilterHierarchyMode.Parent

    IgnoreAccent

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

    Declaration
    public bool IgnoreAccent { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is false

    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
    public object Operators { get; set; }
    Property Value
    Type Description
    System.Object

    The default value is null

    Type

    Defines filter type of Gantt. Menu - Enables menu filters in Grid.

    Declaration
    public FilterType Type { get; set; }
    Property Value
    Type Description
    FilterType

    The default value is FilterType.Menu

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