ActionSheetItemProps
Represents the props of the KendoReact ActionSheetItem component.
Definition
Package:@progress/kendo-react-layout
Properties
className?
string
Sets additional CSS classes to the ActionSheet.
description?
string
Specifies additional text rendered under the item's title.
Specifies additional text rendered under the title of the ActionSheetItem.
disabled?
boolean
Specifies if the ActionSheetItem is initially disabled.
false
group?
"top" | "bottom"
Defines the ActionSheetItem group. Items can be segregated in two groups - top and bottom.
Each group specifies whether the ActionSheetItem will be rendered over the separator or under it.
icon?
ReactElement<any, string | JSXElementConstructor<any>>
Defines the icon rendered inside the ActionSheetItem.
item?
any
Specifies the ActionSheetItem.
style?
CSSProperties
Sets additional CSS styles to the ActionSheet.
tabIndex?
number
Deprecated. Specifies the tabIndex of the ActionSheetItem.
Set the tabIndex to the ActionSheet component instead.
title?
string
Specifies the text content of the ActionSheetItem.