DropDownTreeItemTagHelper

Example

Razor
<dropdowntree-item>
    <items></items>
</dropdowntree-item>

ChildTags

Attributes

AttributeTypeDescription
checkedBooleanSpecifies whether the item is initially checked. True by default.
enabledBooleanSpecifies whether the item is initially enabled. True by default.
encodedBooleanSpecifies whether the items text should be encoded.
expandedBooleanSpecifies whether the item is initially expanded
has-childrenBooleanSpecifies whether the item has children
html-attributesIDictionary<String,String>The HTML attributes of the item that is rendered for the node.
idStringSpecifies the id of the item
image-urlStringSpecifies the URL of the image displayed by the item
selectedBooleanSpecifies whether the item is initially selected
sprite-css-classStringSpecifies the class name for the sprite image displayed by the item
textStringSpecifies the text displayed by the item
urlStringSpecifies the URL that the item will link to. Used for navigational trees.
valueStringSpecifies the text displayed by the item
In this article
ExampleChildTagsAttributes
Not finding the help you need?
Contact Support