• What is KendoReact
  • Getting Started
  • Components
    • Animation
    • Barcodes
    • Buttons
    • Charts
    • Common Utilitiesupdated
    • Conversational UI
    • Data Gridupdated
    • Data Query
    • Data Tools
    • Date Inputsupdated
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editor
    • Excel Export
    • File Saver
    • Form
    • Gantt
    • Gauges
    • Indicators
    • Inputsupdated
    • Labels
    • Layoutupdated
      • Overview
      • Getting Started
      • ActionSheetnew
      • AppBar
      • Avatar
      • BottomNavigation
      • Breadcrumb
      • Card
      • Drawer
      • ExpansionPanel
      • GridLayout
      • Menu
      • Context Menunew
      • PanelBar
      • Splitter
      • StackLayout
      • TabStrip
      • Stepper
      • TileLayout
      • Timelinenew
      • Globalization
      • API
    • ListBox
    • ListView
    • Map
    • Notification
    • PDF Processing
    • PDFViewer
    • PivotGrid
    • Popup
    • Progress Bars
    • Ripple
    • Scheduler
    • ScrollView
    • Sortable
    • Spreadsheetnew
    • TaskBoard
    • Tooltips
    • TreeList
    • TreeView
    • Upload
  • Sample Applications
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Changelog
  • Updates
  • Troubleshooting

DrawerItemProps

An interface for the Drawer items.

NameTypeDefaultDescription

children?

any

Represents the children that are passed to the DrawerItem.

className?

string

Specifies a list of CSS classes that will be added to the DrawerItem element.

disabled?

boolean

Specifies if the Drawer item is disabled.

icon?

string

Defines the name for an existing icon in a KendoReact theme. The icon is rendered inside the Drawer item by a span.k-icon element.

index?

number

Sets the index of the DrawerItem that is used to identify it.

selected?

boolean

Specifies if the Drawer item is initially selected.

separator?

boolean

Specifies if this is a separator item.

style?

React.CSSProperties

Sets additional CSS styles to the Drawer item.

svgIcon?

SVGIcon

Defines the SVG icon of the item.

tabIndex?

number

Sets the tabIndex property of the DrawerItem. Defaults to 0.

text?

string

Specifies the text content of the Drawer item.