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.
templateStringRepresents a collection of templates defined for the component.
template-handlerStringSets a custom template for the item (overrides the template option). This option expects the name of a JavaScript function that will be called to return the template.
template-idStringSets a custom template for the item (overrides the template option). This option expects the ID of the script element that contains the template.
template-viewIHtmlContentSets a custom template for the item (overrides the template option). This option expects the instance containing the created HTML.
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