ActionSheetActionButtonBuilder
Methods
Click(System.String)
Specifies the click event handler of the action button.
Parameters
handler - System.String
The name of the JavaScript function that will be evaluated.
RETURNS
Returns the current ActionSheetActionButtonBuilder instance.
Click(System.Func)
Specifies the click event handler of the action button.
Parameters
handler - System.Func<Object,Object>
The handler code wrapped in a text tag.
RETURNS
Returns the current ActionSheetActionButtonBuilder instance.
Disabled(System.Boolean)
If set to true, the action button will be disabled.
Parameters
value - System.Boolean
The value for Disabled
RETURNS
Returns the current ActionSheetActionButtonBuilder instance.
Icon(System.String)
Specifies the icon's name of the action button.
Parameters
value - System.String
The value for Icon
RETURNS
Returns the current ActionSheetActionButtonBuilder instance.
IconClass(System.String)
Specifies the icon's class of the action button.
Parameters
value - System.String
The value for IconClass
RETURNS
Returns the current ActionSheetActionButtonBuilder instance.
Text(System.String)
Specifies the text of the action button.
Parameters
value - System.String
The value for Text
RETURNS
Returns the current ActionSheetActionButtonBuilder instance.
Size(Kendo.Mvc.UI.ComponentSize)
Sets the size of the component.
Parameters
value - ComponentSize
The value for Size
RETURNS
Returns the current ActionSheetActionButtonBuilder instance.
Rounded(Kendo.Mvc.UI.Rounded)
Sets a value controlling the border radius.
Parameters
value - Rounded
The value for Rounded
RETURNS
Returns the current ActionSheetActionButtonBuilder instance.
FillMode(Kendo.Mvc.UI.ButtonFillMode)
Sets a value controlling how the color is applied.
Parameters
value - ButtonFillMode
The value for FillMode
RETURNS
Returns the current ActionSheetActionButtonBuilder instance.
ThemeColor(Kendo.Mvc.UI.ThemeColor)
Sets the color of the component according to the applied theme.
Parameters
value - ThemeColor
The value for ThemeColor
RETURNS
Returns the current ActionSheetActionButtonBuilder instance.