string
| FieldsModel
This field specifies the child items or mapping field for the nested child items that contains an array of JSON objects.
DataManager
| { : }
[]
Specifies the array of JavaScript objects or instance of Data Manager to populate the dropdown tree items.
Defaults to []
string
This fields specifies the mapping field to define the expanded state of a Dropdown tree item.
string
This field specifies the mapping field to indicate whether the Dropdown tree item has children or not.
string
Specifies the mapping field for htmlAttributes to be added to the Dropdown Tree item.
string
Specifies the mapping field for icon class of each Dropdown Tree item that will be added before the text.
string
Specifies the mapping field for image URL of each Dropdown Tree item where image will be added before the text.
string
Specifies the parent value field mapped in the data source.
Query
Defines the external Query
that will execute along with the data processing.
Defaults to null
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.
string
Specifies the mapping field for the selected state of the Dropdown Tree item.
string
Specifies the table name used to fetch data from a specific table in the server.
string
Specifies the mapping field for text displayed as Dropdown Tree items display text.
string
Specifies the mapping field for tooltip that will be displayed as hovering text of the Dropdown Tree item.
string
Specifies the value(ID) field mapped in the data source.