• What is KendoReact
  • Getting Started
  • Server Components
  • Components
    • Animation
    • Barcodes
    • Buttons
    • Chartsupdated
    • Common Utilities
    • Conversational UIupdated
    • Data Gridupdated
    • Data Query
    • Data Tools
    • Date Inputs
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editor
    • Excel Export
    • File Saver
    • Formupdated
    • Ganttupdated
    • Gauges
    • Indicators
    • Inputsupdated
    • Labels
    • Layoutupdated
      • Overview
      • Getting Started
      • ActionSheet
      • AppBar
      • Avatar
      • BottomNavigation
      • Breadcrumb
      • Card
      • Drawer
      • ExpansionPanel
      • GridLayout
      • Menu
      • Context Menu
      • PanelBar
      • Splitter
      • StackLayout
      • TabStrip
      • Stepper
      • TileLayoutupdated
      • Timeline
      • Globalization
      • API
    • ListBox
    • ListView
    • Map
    • Notification
    • OrgChartnew
    • PDF Processing
    • PDFViewer
    • PivotGrid
    • Popup
    • Progress Bars
    • Ripple
    • Scheduler
    • ScrollView
    • Sortable
    • Spreadsheetupdated
    • TaskBoard
    • Tooltips
    • TreeList
    • TreeViewupdated
    • Upload
  • Sample Applications
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Changelog
  • Updates
  • Troubleshooting

ActionSheetItemProps

Represents the props of the KendoReact ActionSheet component.

NameTypeDefaultDescription

className?

string

Sets additional CSS classes to the ActionSheet.

description?

string

Specifies additional text rendered under the item's title.

disabled?

boolean

Specifies if the ActionSheet item is initially disabled.

group?

"top" | "bottom"

Defines the group of the item. Items can be segregated in two groups - top and bottom. Each specifying whether the ActionSheet item will be rendered over the separator or under it.

icon?

React.ReactElement<any>

Defines the icon rendered inside the ActionSheet item.

item?

any

Specifies the ActionSheet item.

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 ActionSheet item.