menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class GanttSearchSettingsBuilder

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

    Constructors

    GanttSearchSettingsBuilder()

    Declaration
    public GanttSearchSettingsBuilder()

    GanttSearchSettingsBuilder(GanttSearchSettings)

    Declaration
    public GanttSearchSettingsBuilder(GanttSearchSettings model)
    Parameters
    Type Name Description
    GanttSearchSettings model

    Methods

    Fields(String[])

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

    Declaration
    public GanttSearchSettingsBuilder Fields(string[] value)
    Parameters
    Type Name Description
    System.String[] value
    Returns
    Type
    GanttSearchSettingsBuilder

    HierarchyMode(SearchHierarchyMode)

    Defines the search types. The available options are, Parent: Shows the searched record with parent record. Child: Shows the searched record with child record. Both : shows the searched record with both parent and child record. None : Shows only searched record.

    Declaration
    public GanttSearchSettingsBuilder HierarchyMode(SearchHierarchyMode value)
    Parameters
    Type Name Description
    SearchHierarchyMode value
    Returns
    Type
    GanttSearchSettingsBuilder

    IgnoreCase(Boolean)

    If ignoreCase set to true, then search ignores the diacritic characters or accents while filtering.

    Declaration
    public GanttSearchSettingsBuilder IgnoreCase(bool value)
    Parameters
    Type Name Description
    System.Boolean value
    Returns
    Type
    GanttSearchSettingsBuilder

    Key(String)

    A key word for searching the Gantt content.

    Declaration
    public GanttSearchSettingsBuilder Key(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    GanttSearchSettingsBuilder

    Operator(String)

    Defines the operator to search records. The available operators are:

    Declaration
    public GanttSearchSettingsBuilder Operator(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    GanttSearchSettingsBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved