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.
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.
Disabled(System.Boolean)
If set to true, the action button will be disabled.
Parameters
value - System.Boolean
The value for Disabled
FillMode(System.String)
Controls how the color is applied to the button. Valid values are: "solid", "outline", "flat", "link", and "none". Default value is "solid".
Parameters
value - System.String
The value for FillMode
Icon(System.String)
Specifies the icon's name of the action button.
Parameters
value - System.String
The value for Icon
IconClass(System.String)
Specifies the icon's class of the action button.
Parameters
value - System.String
The value for IconClass
Rounded(System.String)
Controls what border radius is applied to a button. Valid values are: "small", "medium", "large", "full", and "none". Default value is "medium".
Parameters
value - System.String
The value for Rounded
Size(System.String)
Controls the overall physical size of a button. Valid values are: "small", "medium", "large", and "none". Default value is "medium".
Parameters
value - System.String
The value for Size
Text(System.String)
Specifies the text of the action button.
Parameters
value - System.String
The value for Text
ThemeColor(System.String)
Controls the main color applied to the button. Valid values are: "base", "primary", "secondary", "tertiary", "info", "success", "warning", "error", "dark", "light", "inverse", and "none". Default value is "base".
Parameters
value - System.String
The value for ThemeColor