New to KendoReactStart a free 30-day trial

Represents the props of the KendoReact ActionSheetItem component.

Definition

Package:@progress/kendo-react-layout

Properties

Sets additional CSS classes to the ActionSheet.

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.

Default:

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.

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.