Class TreeViewItems
Inheritance
System.Object
TreeViewItems
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()
Assembly: Syncfusion.EJ.dll
Syntax
public class TreeViewItems : EJTagHelper
Constructors
TreeViewItems()
Declaration
Properties
DataSource
Declaration
[HtmlAttributeName("datasource")]
[JsonConverter(typeof(DataManagerConverter))]
[JsonProperty("dataSource")]
public object DataSource { get; set; }
Property Value
Type |
Description |
System.Object |
|
Expanded
Declaration
[JsonProperty("expanded")]
public string Expanded { get; set; }
Property Value
Type |
Description |
System.String |
|
HasChild
Declaration
[JsonProperty("hasChild")]
public string HasChild { get; set; }
Property Value
Type |
Description |
System.String |
|
HtmlAttribute
Declaration
[JsonProperty("htmlAttribute")]
public string HtmlAttribute { get; set; }
Property Value
Type |
Description |
System.String |
|
Id
Declaration
[JsonProperty("id")]
public string Id { get; set; }
Property Value
Type |
Description |
System.String |
|
ImageAttribute
Declaration
[JsonProperty("imageAttribute")]
public string ImageAttribute { get; set; }
Property Value
Type |
Description |
System.String |
|
ImageUrl
Declaration
[JsonProperty("imageUrl")]
public string ImageUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
IsChecked
Declaration
[JsonProperty("isChecked")]
public string IsChecked { get; set; }
Property Value
Type |
Description |
System.String |
|
LinkAttribute
Declaration
[JsonProperty("linkAttribute")]
public string LinkAttribute { get; set; }
Property Value
Type |
Description |
System.String |
|
ParentId
Declaration
[JsonProperty("parentId")]
public string ParentId { get; set; }
Property Value
Type |
Description |
System.String |
|
Query
Declaration
[JsonConverter(typeof(QueryConverter))]
[JsonProperty("query")]
public string Query { get; set; }
Property Value
Type |
Description |
System.String |
|
Selected
Declaration
[JsonProperty("selected")]
public string Selected { get; set; }
Property Value
Type |
Description |
System.String |
|
SpriteCssClass
Declaration
[JsonProperty("spriteCssClass")]
public string SpriteCssClass { get; set; }
Property Value
Type |
Description |
System.String |
|
TableName
Declaration
[JsonProperty("tableName")]
public string TableName { get; set; }
Property Value
Type |
Description |
System.String |
|
Text
Declaration
[JsonProperty("text")]
public string Text { get; set; }
Property Value
Type |
Description |
System.String |
|
Value
Declaration
[JsonProperty("value")]
public string Value { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
ShouldSerializeDataSource()
Declaration
public bool ShouldSerializeDataSource()
Returns
Type |
Description |
System.Boolean |
|