menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class GanttFilterSettingsBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    GanttFilterSettingsBuilder
    Namespace: Syncfusion.EJ2.Gantt
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class GanttFilterSettingsBuilder : ControlBuilder

    Constructors

    GanttFilterSettingsBuilder()

    Declaration
    public GanttFilterSettingsBuilder()

    GanttFilterSettingsBuilder(GanttFilterSettings)

    Declaration
    public GanttFilterSettingsBuilder(GanttFilterSettings model)
    Parameters
    Type Name Description
    GanttFilterSettings model

    Methods

    Columns(Object)

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

    Declaration
    public GanttFilterSettingsBuilder Columns(object value)
    Parameters
    Type Name Description
    System.Object value
    Returns
    Type
    GanttFilterSettingsBuilder

    HierarchyMode(FilterHierarchyMode)

    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 GanttFilterSettingsBuilder HierarchyMode(FilterHierarchyMode value)
    Parameters
    Type Name Description
    FilterHierarchyMode value
    Returns
    Type
    GanttFilterSettingsBuilder

    IgnoreAccent(Boolean)

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

    Declaration
    public GanttFilterSettingsBuilder IgnoreAccent(bool value)
    Parameters
    Type Name Description
    System.Boolean value
    Returns
    Type
    GanttFilterSettingsBuilder

    Operators(Object)

    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 GanttFilterSettingsBuilder Operators(object value)
    Parameters
    Type Name Description
    System.Object value
    Returns
    Type
    GanttFilterSettingsBuilder

    Type(FilterType)

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

    Declaration
    public GanttFilterSettingsBuilder Type(FilterType value)
    Parameters
    Type Name Description
    FilterType value
    Returns
    Type
    GanttFilterSettingsBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved