• 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
    • 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

Items

The ActionSheet items are highly customizable elements that allow you to control their look and feel depending on the use case.

To define the ActionSheet options, provide an ActionSheetItem collection to the items property of the component.

Example
View Source
Change Theme:

Setting Title and Description

To configure the item text or any additional details, use the title and description properties of the ActionSheetItem object.

Example
View Source
Change Theme:

Defining Groups

To indicate a group of items with similar functionality, set the group property of the ActionSheetItem object to top or bottom. The ActionSheet will visually separate the two groups by rendering a separator line between them.

The following example demonstrates the ActionSheet groups in action.

Example
View Source
Change Theme:

Setting Icons

You can enhance the ActionSheet item content by adding icons. Set the icon property of the ActionSheetItem object to take full control over the visibility of the icons.

The following example demonstrates the icon property in action.

Example
View Source
Change Theme:

Disabling Items

To disable certain items, set the disabled property of the ActionSheetItem to true.

The following example demonstrates the disabled state of the ActionSheet items.

Example
View Source
Change Theme:

Styling Items

Some scenarios require further customizations of the items' layout. Use the className and style options of the ActionSheetItem object to change the layout of the options.

The following example demonstrates the className and style properties in action.

Example
View Source
Change Theme: