Kendo.Mvc.UI.Fluent.MobileActionSheetItemBuilder
Defines the fluent API for configuring the MobileActionSheetItem settings.
Methods
Action(System.String)
Specifies the name of the handler that will be executed when the item is clicked
Parameters
value System.String
The value that configures the action.
Text(System.String)
Specifies the text of the item
Parameters
value System.String
The value that configures the text.
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.