ActionSheetActionButtonTagHelper
Example
Razor
<action-button>
</action-button>
Attributes
Attribute | Type | Description |
---|---|---|
click | String | Specifies the click event handler of the action button. |
disabled | Boolean | If set to true, the action button will be disabled. |
fill-mode | ButtonFillMode | Sets a value controlling how the color is applied. |
icon | String | Specifies the icon's name of the action button. |
icon-class | String | Specifies the icon's class of the action button. |
rounded | Rounded | Sets a value controlling the border radius. |
size | ComponentSize | Sets the size of the component. |
text | String | Specifies the text of the action button. |
theme-color | ThemeColor | Sets the color of the component according to the applied theme. |