ASP.NET MVC

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FilterBarTemplateOPtionsBuilder<T> - ASP.NETMVC API Reference | Syncfusion

    Show / Hide Table of Contents

    Class FilterBarTemplateOPtionsBuilder<T>

    Inheritance
    System.Object
    FilterBarTemplateOPtionsBuilder<T>
    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 FilterBarTemplateOPtionsBuilder<T>
        where T : class
    Type Parameters
    Name Description
    T

    Constructors

    FilterBarTemplateOPtionsBuilder(FilterBarTemplate)

    Initializes a new instance of the class.

    Declaration
    public FilterBarTemplateOPtionsBuilder(FilterBarTemplate filter)
    Parameters
    Type Name Description
    FilterBarTemplate filter

    It accepts the filterBar Template to filter the records

    Methods

    Create(String)

    It is used to create the control at time of initialize.

    Declaration
    public FilterBarTemplateOPtionsBuilder<T> Create(string create)
    Parameters
    Type Name Description
    System.String create

    It accepts the string value and create control while initialize

    Returns
    Type Description
    FilterBarTemplateOPtionsBuilder<T>

    Read(String)

    It is used to read the input value at time of filtering.

    Declaration
    public FilterBarTemplateOPtionsBuilder<T> Read(string read)
    Parameters
    Type Name Description
    System.String read

    It accepts the string value and gets the input value on filtering

    Returns
    Type Description
    FilterBarTemplateOPtionsBuilder<T>

    Write(String)

    It is used to assign the value to control at the time of filtering

    Declaration
    public FilterBarTemplateOPtionsBuilder<T> Write(string write)
    Parameters
    Type Name Description
    System.String write

    It accepts the string value and assign value at filtering

    Returns
    Type Description
    FilterBarTemplateOPtionsBuilder<T>
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved