Kendo.Mvc.UI.Fluent.BottomNavigationItemBuilder
Defines the fluent API for configuring the BottomNavigationItem settings.
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<System.String,System.Object>)
Contextual data to be used for events within the component.
Parameters
value System.Collections.Generic.IDictionary<System.String,System.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<System.String,System.Object>)
Defines custom attributes of the item's element.
Parameters
value System.Collections.Generic.IDictionary<System.String,System.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.