<kendo:treeView-item>
Contains the items of the treeview widget
Example
<kendo:treeView-items>
<kendo:treeView-item></kendo:treeView-item>
</kendo:treeView-items>
Configuration Attributes
checked boolean
Specifies whether the item is initially checked. True by default.
Example
<kendo:treeView-item checked="checked">
</kendo:treeView-item>
enabled boolean
Specifies whether the item is initially enabled. True by default.
Example
<kendo:treeView-item enabled="enabled">
</kendo:treeView-item>
expanded boolean
Specifies whether the item is initially expanded
Example
<kendo:treeView-item expanded="expanded">
</kendo:treeView-item>
id java.lang.String
Specifies the id of the item
Example
<kendo:treeView-item id="id">
</kendo:treeView-item>
imageUrl java.lang.String
Specifies the URL of the image displayed by the item
Example
<kendo:treeView-item imageUrl="imageUrl">
</kendo:treeView-item>
selected boolean
Specifies whether the item is initially selected
Example
<kendo:treeView-item selected="selected">
</kendo:treeView-item>
spriteCssClass java.lang.String
Specifies the class name for the sprite image displayed by the item
Example
<kendo:treeView-item spriteCssClass="spriteCssClass">
</kendo:treeView-item>
text java.lang.String
Specifies the text displayed by the item
Example
<kendo:treeView-item text="text">
</kendo:treeView-item>
url java.lang.String
Specifies the URL that the item will link to. Used for navigational trees.
Example
<kendo:treeView-item url="url">
</kendo:treeView-item>