Class DropDownTreeFields
Inheritance
System.Object
DropDownTreeFields
Assembly: Syncfusion.EJ2.dll
Syntax
public class DropDownTreeFields : EJTagHelper
Constructors
DropDownTreeFields()
Declaration
public DropDownTreeFields()
Properties
Child
This field specifies the child items or mapping field for the nested child items that contains an array of JSON objects.
Declaration
public object Child { get; set; }
Property Value
Type |
Description |
System.Object |
|
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
DataSource
Specifies the array of JavaScript objects or instance of Data Manager to populate the dropdown tree items.
Declaration
public object DataSource { get; set; }
Property Value
Type |
Description |
System.Object |
|
Expanded
This fields specifies the mapping field to define the expanded state of a Dropdown tree item.
Declaration
public string Expanded { get; set; }
Property Value
Type |
Description |
System.String |
|
HasChildren
This field specifies the mapping field to indicate whether the Dropdown tree item has children or not.
Declaration
public string HasChildren { get; set; }
Property Value
Type |
Description |
System.String |
|
HtmlAttributes
Specifies the mapping field for htmlAttributes to be added to the Dropdown Tree item.
Declaration
public string HtmlAttributes { get; set; }
Property Value
Type |
Description |
System.String |
|
IconCss
Specifies the mapping field for icon class of each Dropdown Tree item that will be added before the text.
Declaration
public string IconCss { get; set; }
Property Value
Type |
Description |
System.String |
|
ImageUrl
Specifies the mapping field for image URL of each Dropdown Tree item where image will be added before the text.
Declaration
public string ImageUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
ParentValue
Specifies the parent value field mapped in the data source.
Declaration
public string ParentValue { get; set; }
Property Value
Type |
Description |
System.String |
|
Query
Defines the external Query
that will execute along with the data processing.
Declaration
public string Query { get; set; }
Property Value
Type |
Description |
System.String |
|
Selected
Specifies the mapping field for the selected state of the Dropdown Tree item.
Declaration
public string Selected { get; set; }
Property Value
Type |
Description |
System.String |
|
TableName
Specifies the table name used to fetch data from a specific table in the server.
Declaration
public string TableName { get; set; }
Property Value
Type |
Description |
System.String |
|
Text
Specifies the mapping field for text displayed as Dropdown Tree items display text.
Declaration
public string Text { get; set; }
Property Value
Type |
Description |
System.String |
|
Specifies the mapping field for tooltip that will be displayed as hovering text of the Dropdown Tree item.
Declaration
public string Tooltip { get; set; }
Property Value
Type |
Description |
System.String |
|
Value
Specifies the value(ID) field mapped in the data source.
Declaration
public string Value { get; set; }
Property Value
Type |
Description |
System.String |
|