DrawerItem
Defines an interface for the Drawer items.
| Name | Type | Default | Description | 
|---|---|---|---|
cssClass? | 
 | 
 Defines the CSS classes that render on the item element of the Drawer.
Supports the type of values that   | |
cssStyle? | 
 | 
 Defines the CSS styles that render on the item element of the Drawer.
Supports the type of values that   | |
disabled? | 
 | 
 Specifies if the Drawer item is disabled.  | |
icon? | 
 | 
 Defines the name for an existing icon in a Kendo UI theme.
The icon renders inside the Drawer item by the   | |
iconClass? | 
 | 
 Defines a CSS class or multiple classes separated by spaces.
You can apply these classes to a   | |
id? | 
 | 
 Specifies the   | |
parentId? | 
 | 
 Specifies the parentId of the Drawer item.  | |
selected? | 
 | 
 Specifies if the Drawer item is initially selected.  | |
separator? | 
 | 
 Specifies if this is a separator item.
If set to   | |
svgIcon? | 
 | 
 Defines an SVG icon to render inside the Drawer Item. You can use either an existing Kendo SVG icon or a custom one.  | |
text? | 
 | 
 Specifies the text content of the Drawer item.  |