BottomNavigationItemTagHelper
Example
Razor
<bottomnavigation-item>
<item-template></item-template>
</bottomnavigation-item>
ChildTags
Tag Name | Details |
---|---|
item-template |
Attributes
Attribute | Type | Description |
---|---|---|
context-data | Object | |
css-class | String | Defines the class names of the item's element. |
enabled | Boolean | Toggles the enabled state of the item. |
encoded | Boolean | If false, the text will be able to render HTML. |
html-attributes | Object | |
icon | String | Defines the name for an existing icon in a Kendo UI theme.See web font icons help article for more details on Kendo UI icons. |
icon-class | String | Defines the class name added to the icon element. |
selected | Boolean | Toggles the selected state of the item. |
template | String | Sets a custom template for the item (overrides the template option). |
template-handler | String | Sets a custom template for the item (overrides the template option). |
template-id | String | Sets a custom template for the item (overrides the template option). |
template-view | IHtmlContent | Sets a custom template for the item (overrides the template option). |
text | String | The text of the item. It is optional - if not set, no text will be rendered. |
url | String | The URL (href) to which the item will navigate to. |