ActionSheetItemProps
Represents the props of the KendoReact ActionSheetItem component.
Name | Type | Default | Description |
---|---|---|---|
className? |
|
Sets additional CSS classes to the ActionSheet. | |
description? |
|
Specifies additional text rendered under the item's title.
Specifies additional text rendered under the | |
disabled? |
|
|
Specifies if the ActionSheetItem is initially disabled. |
group? |
|
Defines the ActionSheetItem group. Items can be segregated in two groups - | |
icon? |
|
Defines the icon rendered inside the ActionSheetItem. | |
item? |
|
Specifies the ActionSheetItem. | |
style? |
|
Sets additional CSS styles to the ActionSheet. | |
tabIndex? |
|
Deprecated. Specifies the Set the tabIndex to the ActionSheet component instead. | |
title? |
|
Specifies the text content of the ActionSheetItem. |