Kendo.Mvc.UI.BottomNavigationItem
Defines the fluent API for configuring the BottomNavigationItem settings.
Properties
Url
The URL (href) to which the item will navigate to.
Data
Contextual data to be used for events within the component.
Icon
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.
Text
The text of the item. It is optional - if not set, no text will be rendered.
Encoded
If false, the text will be able to render HTML.
IconClass
Defines the class name added to the icon element.
CssClass
Defines the class names of the item's element.
HtmlAttributes
Defines custom attributes of the item's element.
Enabled
Toggles the enabled state of the item.
Selected
Toggles the selected state of the item.
Template
Sets a custom template for the item (overrides the template option).
TemplateId
The id for the Template
Methods
Serialize(System.Collections.Generic.IDictionary<System.String,System.Object>)
Serialize current instance to Dictionary