New to KendoReactLearn about KendoReact Free.

ActionSheetItemProps

Represents the props of the KendoReact ActionSheetItem component.

NameTypeDefaultDescription

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

false

Specifies if the ActionSheetItem is initially disabled.

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?

React.ReactElement<any>

Defines the icon rendered inside the ActionSheetItem.

item?

any

Specifies the ActionSheetItem.

style?

React.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.

Not finding the help you need?
Contact Support