Class SearchFieldsBuilder
Inheritance
System.Object
SearchFieldsBuilder
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 SearchFieldsBuilder
Constructors
SearchFieldsBuilder(SearchSettings)
It sets an object that indicates whether to customize the searching behavior of the grid
Declaration
public SearchFieldsBuilder(SearchSettings searchOption)
Parameters
Type | Name | Description |
---|---|---|
SearchSettings | searchOption | It displays the list of ScrollSettings option |
Fields
Column
Declaration
public string Column
Field Value
Type | Description |
---|---|
System.String |
SearchOption
Declaration
public SearchSettings SearchOption
Field Value
Type | Description |
---|---|
SearchSettings |
Methods
Add(String)
Adds the columnname to be search into SearchSettings option.
Declaration
public void Add(string columnName)
Parameters
Type | Name | Description |
---|---|---|
System.String | columnName | It accepts the string value and displays the columnname to be search |