ActionSheetItemTagHelper
Example
Razor
<item>
</item>
Attributes
| Attribute | Type | Description |
|---|---|---|
| click | String | Specifies the click event handler of the item. |
| description | String | Specifies the description of the item. |
| disabled | Boolean | If set to true, the item will be disabled. |
| group | ActionSheetItemGroup | Specifies the group of the item. Items can be segregated in two groups - top and bottom. |
| icon | String | Specifies the icon's name of the item. |
| icon-class | String | Specifies the icon's class of the item. |
| icon-color | String | The icon color. Available options are inherit, default, primary, secondary, tertiary, info, success, warning, error, dark, light, inverted or any hexadecimal value. |
| icon-size | Double | The icon size in pixels. |
| text | String | Specifies the main text of the item |