Kendo.Mvc.UI.Fluent.MobileScrollViewItemBuilder
Defines the fluent API for configuring the MobileScrollViewItem settings.
Methods
HtmlAttributes(System.Object)
Sets the HTML attributes.
Parameters
attributes System.Object
The HTML attributes.
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.
Content(System.Action)
Sets the HTML content which the content should display.
Parameters
value System.Action
The action which renders the content.
Content(System.Func<System.Object,System.Object>)
Sets the HTML content which the content should display.
Parameters
value System.Func<System.Object,System.Object>
The content wrapped in a regular HTML tag or text tag (Razor syntax).
Content(System.String)
Sets the HTML content which the view content should display as a string.
Parameters
value System.String
The action which renders the view content.