BottomNavigationTagHelper
Example
Razor
<kendo-bottomnavigation>
<bottomnavigation-items></bottomnavigation-items>
<bottom-navigation-template></bottom-navigation-template>
</kendo-bottomnavigation>
ChildTags
Tag Name | Details |
---|---|
bottomnavigation-items | BottomNavigationItemsTagHelper |
bottom-navigation-template | TemplateTagHelper |
Attributes
Attribute | Type | Description |
---|---|---|
name | String | Sets the name of the component. |
fill | BottomNavigationFill | Defines the fill of the component |
deferred | Boolean | Suppress initialization script rendering. Note that this options should be used in conjunction with DeferredScripts method. |
border | Boolean | Toggles the border of the widget. |
is-in-client-template | Boolean | When placing a Tag Helper within a Kendo Template, set the type to text/html and add the is-in-client-template="true" attribute. |
as-module | Boolean | |
has-client-component | Boolean | |
item-flow | BottomNavigationItemFlow | Defines the iteFLow of the component |
on-select | String | Fires when the user selects an item in BottomNavigation. |
position-mode | BottomNavigationPositionMode | Defines the position of the component |
sanitize-id | Boolean | |
script-attributes | IDictionary<String,Object> | |
shadow | Boolean | Toggles the shadow of the widget. |
template | String | Sets a custom template for the items. |
template-handler | String | Sets a custom template for the items. |
template-id | String | Sets a custom template for the items. |
template-view | IHtmlContent | Sets a custom template for the items. |
theme-color | BottomNavigationThemeColor | Defines the theme color of the component |