Class DropDownTreeFieldsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
DropDownTreeFieldsBuilder
Assembly: Syncfusion.EJ2.dll
Syntax
public class DropDownTreeFieldsBuilder : ControlBuilder
Constructors
DropDownTreeFieldsBuilder()
Declaration
public DropDownTreeFieldsBuilder()
DropDownTreeFieldsBuilder(DropDownTreeFields)
Declaration
public DropDownTreeFieldsBuilder(DropDownTreeFields model)
Parameters
Methods
Child(Object)
This field specifies the child items or mapping field for the nested child items that contains an array of JSON objects.
Declaration
public DropDownTreeFieldsBuilder Child(object value)
Parameters
| Type |
Name |
Description |
| System.Object |
value |
|
Returns
Child(String)
This field specifies the child items or mapping field for the nested child items that contains an array of JSON objects.
Declaration
public DropDownTreeFieldsBuilder Child(string value)
Parameters
| Type |
Name |
Description |
| System.String |
value |
|
Returns
DataSource(Action<DataManagerBuilder>)
Declaration
public DropDownTreeFieldsBuilder DataSource(Action<DataManagerBuilder> dataSource)
Parameters
| Type |
Name |
Description |
| System.Action<Syncfusion.EJ2.DataManagerBuilder> |
dataSource |
|
Returns
DataSource(Object)
Specifies the array of JavaScript objects or instance of Data Manager to populate the dropdown tree items.
Declaration
public DropDownTreeFieldsBuilder DataSource(object value)
Parameters
| Type |
Name |
Description |
| System.Object |
value |
|
Returns
Expanded(String)
This fields specifies the mapping field to define the expanded state of a Dropdown tree item.
Declaration
public DropDownTreeFieldsBuilder Expanded(string value)
Parameters
| Type |
Name |
Description |
| System.String |
value |
|
Returns
HasChildren(String)
This field specifies the mapping field to indicate whether the Dropdown tree item has children or not.
Declaration
public DropDownTreeFieldsBuilder HasChildren(string value)
Parameters
| Type |
Name |
Description |
| System.String |
value |
|
Returns
HtmlAttributes(String)
Specifies the mapping field for htmlAttributes to be added to the Dropdown Tree item.
Declaration
public DropDownTreeFieldsBuilder HtmlAttributes(string value)
Parameters
| Type |
Name |
Description |
| System.String |
value |
|
Returns
IconCss(String)
Specifies the mapping field for icon class of each Dropdown Tree item that will be added before the text.
Declaration
public DropDownTreeFieldsBuilder IconCss(string value)
Parameters
| Type |
Name |
Description |
| System.String |
value |
|
Returns
ImageUrl(String)
Specifies the mapping field for image URL of each Dropdown Tree item where image will be added before the text.
Declaration
public DropDownTreeFieldsBuilder ImageUrl(string value)
Parameters
| Type |
Name |
Description |
| System.String |
value |
|
Returns
ParentValue(String)
Specifies the parent value field mapped in the data source.
Declaration
public DropDownTreeFieldsBuilder ParentValue(string value)
Parameters
| Type |
Name |
Description |
| System.String |
value |
|
Returns
Query(String)
Defines the external Query
that will execute along with the data processing.
Declaration
public DropDownTreeFieldsBuilder Query(string value)
Parameters
| Type |
Name |
Description |
| System.String |
value |
|
Returns
Selectable(String)
Specifies whether the node can be selected by users or not
When set to false, the user interaction is prevented for the corresponding node.
Declaration
public DropDownTreeFieldsBuilder Selectable(string value)
Parameters
| Type |
Name |
Description |
| System.String |
value |
|
Returns
Selected(String)
Specifies the mapping field for the selected state of the Dropdown Tree item.
Declaration
public DropDownTreeFieldsBuilder Selected(string value)
Parameters
| Type |
Name |
Description |
| System.String |
value |
|
Returns
TableName(String)
Specifies the table name used to fetch data from a specific table in the server.
Declaration
public DropDownTreeFieldsBuilder TableName(string value)
Parameters
| Type |
Name |
Description |
| System.String |
value |
|
Returns
Text(String)
Specifies the mapping field for text displayed as Dropdown Tree items display text.
Declaration
public DropDownTreeFieldsBuilder Text(string value)
Parameters
| Type |
Name |
Description |
| System.String |
value |
|
Returns
Specifies the mapping field for tooltip that will be displayed as hovering text of the Dropdown Tree item.
Declaration
public DropDownTreeFieldsBuilder Tooltip(string value)
Parameters
| Type |
Name |
Description |
| System.String |
value |
|
Returns
Value(String)
Specifies the value(ID) field mapped in the data source.
Declaration
public DropDownTreeFieldsBuilder Value(string value)
Parameters
| Type |
Name |
Description |
| System.String |
value |
|
Returns