ActionSheetActionButtonBuilder
Methods
Click(System.Func)
Specifies the click event handler of the action button.
Parameters
handler - System.Func<Object,Object>
The value that configures the click action.
Click(System.String)
Specifies the click event handler of the action button.
Parameters
handler - System.String
The value that configures the click action.
Disabled(System.Boolean)
If set to true, the action button will be disabled.
Parameters
value - System.Boolean
The value that configures the disabled.
Icon(System.String)
Specifies the icon's name of the action button.
Parameters
value - System.String
The value that configures the icon.
IconClass(System.String)
Specifies the icon's class of the action button.
Parameters
value - System.String
The value that configures the iconclass.
Text(System.String)
Specifies the text of the action button.
Parameters
value - System.String
The value that configures the text.
Size(System.Nullable)
Sets the size of the component.
Parameters
value - System.Nullable<ComponentSize>
The value that configures the size.
Rounded(System.Nullable)
Sets a value controlling the border radius.
Parameters
value - System.Nullable<Rounded>
The value that configures the rounded.
FillMode(System.Nullable)
Sets a value controlling how the color is applied.
Parameters
value - System.Nullable<ButtonFillMode>
The value that configures the fillmode.
ThemeColor(System.Nullable)
Sets the color of the component according to the applied theme.
Parameters
value - System.Nullable<ThemeColor>
The value that configures the themecolor.