ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GanttFilteredColumnBuilder - ASP.NETCore API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GanttFilteredColumnBuilder

    Inheritance
    System.Object
    GanttFilteredColumnBuilder
    Inherited Members
    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
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class GanttFilteredColumnBuilder

    Constructors

    GanttFilteredColumnBuilder(GanttFilterSettings)

    It sets the filter column in load time

    Declaration
    public GanttFilteredColumnBuilder(GanttFilterSettings filterOptions)
    Parameters
    Type Name Description
    GanttFilterSettings filterOptions

    It accepts the GanttFilterSettings value and set the filter column in gantt

    Fields

    filterOptions

    Declaration
    public GanttFilterSettings filterOptions
    Field Value
    Type Description
    GanttFilterSettings

    Methods

    Add()

    It adds the filter column value.

    Declaration
    public void Add()

    Field(String)

    It sets the column field to filter.

    Declaration
    public GanttFilteredColumnBuilder Field(string field)
    Parameters
    Type Name Description
    System.String field

    It accepts the string value and set the column field to filter

    Returns
    Type Description
    GanttFilteredColumnBuilder

    GanttFilteredColumnBuilder

    Operator(FilterOperatorType)

    It sets a type of operator for filter the column.

    Declaration
    public GanttFilteredColumnBuilder Operator(FilterOperatorType filterOperator)
    Parameters
    Type Name Description
    FilterOperatorType filterOperator

    It accepts the FilterOperatorType value and set the type of operator for filter

    Returns
    Type Description
    GanttFilteredColumnBuilder

    GanttFilteredColumnBuilder

    Predicate(String)

    It sets a predicate(and/or) value to perform filtering

    Declaration
    public GanttFilteredColumnBuilder Predicate(string filterPredicate)
    Parameters
    Type Name Description
    System.String filterPredicate

    It accepts the string value and set the type of predicate value to perform filtering

    Returns
    Type Description
    GanttFilteredColumnBuilder

    GanttFilteredColumnBuilder

    Value(String)

    It sets the value for filter the column

    Declaration
    public GanttFilteredColumnBuilder Value(string value)
    Parameters
    Type Name Description
    System.String value

    It accepts the string value and set the value for filter the column

    Returns
    Type Description
    GanttFilteredColumnBuilder

    GanttFilteredColumnBuilder

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