Class SearchFieldsItemsBuilder
Represents a class for SearchFieldsItemsBuilder which includes search fields items properties of Kanban.
Inheritance
System.Object
SearchFieldsItemsBuilder
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 SearchFieldsItemsBuilder
Constructors
SearchFieldsItemsBuilder(KanbanSearchSettings)
It sets an object that indicates whether to customize the searching behavior of the Kanban.
Declaration
public SearchFieldsItemsBuilder(KanbanSearchSettings searchSettings)
Parameters
Type | Name | Description |
---|---|---|
KanbanSearchSettings | searchSettings | It displays the list of SearchSettings option |
Methods
Add(String)
Adds the columnname to be search into SearchSettings option.
Declaration
public void Add(string fieldName)
Parameters
Type | Name | Description |
---|---|---|
System.String | fieldName | It accepts the string value and displays the columnname to be search |
AddField(String)
AddField method is deprecated,Use Add method instead.
Declaration
[Obsolete("AddField method is deprecated,Use Add method instead.")]
public void AddField(string item)
Parameters
Type | Name | Description |
---|---|---|
System.String | item | It accepts the string value and displays the columnname to be search |