BottomNavigationItemBuilder
Methods
Url(System.String)
The URL (href) to which the item will navigate to.
Parameters
value - System.String
The value that configures the url.
Data(System.Object)
Contextual data to be used for events within the component.
Parameters
value - System.Object
The value that configures the data.
Data(System.Collections.Generic.IDictionary)
Contextual data to be used for events within the component.
Parameters
value - System.Collections.Generic.IDictionary<String,Object>
The value that configures the data.
Icon(System.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.
Parameters
value - System.String
The value that configures the icon.
Text(System.String)
The text of the item. It is optional - if not set, no text will be rendered.
Parameters
value - System.String
The value that configures the text.
Encoded(System.Boolean)
If false, the text will be able to render HTML.
Parameters
value - System.Boolean
The value that configures the encoded.
IconClass(System.String)
Defines the class name added to the icon element.
Parameters
value - System.String
The value that configures the iconclass.
CssClass(System.String)
Defines the class names of the item's element.
Parameters
value - System.String
The value that configures the cssclass.
HtmlAttributes(System.Object)
Defines custom attributes of the item's element.
Parameters
value - System.Object
The value that configures the htmlattributes.
HtmlAttributes(System.Collections.Generic.IDictionary)
Defines custom attributes of the item's element.
Parameters
value - System.Collections.Generic.IDictionary<String,Object>
The value that configures the htmlattributes.
Enabled(System.Boolean)
Toggles the enabled state of the item.
Parameters
value - System.Boolean
The value that configures the enabled.
Selected(System.Boolean)
Toggles the selected state of the item.
Parameters
value - System.Boolean
The value that configures the selected.
Template(System.String)
Sets a custom template for the item (overrides the template option).
Parameters
value - System.String
The value that configures the template.
TemplateId(System.String)
Sets a custom template for the item (overrides the template option).
Parameters
value - System.String
The value that configures the template.
TemplateView(System.Web.Mvc.MvcHtmlString)
Sets a custom template for the item (overrides the template option).
Parameters
value - System.Web.Mvc.MvcHtmlString
The value that configures the template.
TemplateHandler(System.String)
Sets a custom template for the item (overrides the template option).
Parameters
value - System.String
The value that configures the template.
Template(Kendo.Mvc.UI.TemplateBuilder)
Sets a custom template for the item (overrides the template option).
Parameters
template - TemplateBuilder<TModel>
A Template component that configures the template.