MobileActionSheetItemBuilder
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)
Sets the HTML attributes.
Parameters
attributes - System.Collections.Generic.IDictionary<String,Object>
The HTML attributes.