Kendo.Mvc.UI.Fluent.MobileListViewItemBuilderBase
Defines the base fluent API for configuring the MobileListViewItem.
Methods
Text(System.String)
Sets the text of the item.
Parameters
value System.String
Sets the text of the item.
HtmlAttributes(System.Collections.Generic.IDictionary<System.String,System.Object>)
Sets the HTML attributes.
Parameters
attributes System.Collections.Generic.IDictionary<System.String,System.Object>
The HTML attributes.
HtmlAttributes(System.Object)
Sets the HTML attributes.
Parameters
attributes System.Object
The HTML attributes.
Content(System.Action)
Sets the HTML content which the item should display.
Parameters
value System.Action
The action which renders the item content.
Content(System.Func<System.Object,System.Object>)
Sets the HTML content which the item should display.
Parameters
value System.Func<System.Object,System.Object>
The content wrapped in a regular HTML tag or text tag (Razor syntax).
Icon(System.String)
The icon of the link item. It can be either one of the built-in icons, or a custom one.
Parameters
value System.String
The value that configures the icon.