BottomNavigationItemTagHelper

Example

Razor
<bottomnavigation-item>
    <item-template></item-template>
</bottomnavigation-item>

ChildTags

Tag NameDetails
item-template

Attributes

AttributeTypeDescription
context-dataObject
css-classStringDefines the class names of the item's element.
enabledBooleanToggles the enabled state of the item.
encodedBooleanIf false, the text will be able to render HTML.
html-attributesObject
iconStringDefines 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-classStringDefines the class name added to the icon element.
selectedBooleanToggles the selected state of the item.
templateStringSets a custom template for the item (overrides the template option).
template-handlerStringSets a custom template for the item (overrides the template option).
template-idStringSets a custom template for the item (overrides the template option).
template-viewIHtmlContentSets a custom template for the item (overrides the template option).
textStringThe text of the item. It is optional - if not set, no text will be rendered.
urlStringThe URL (href) to which the item will navigate to.
In this article
ExampleChildTagsAttributes
Not finding the help you need?
Contact Support