MenuProps
The properties of the KendoReact Menu component.
Name | Type | Default | Description |
---|---|---|---|
children? |
|
Sets the Menu items declaratively. | |
className? |
|
Adds a custom className to the Menu top element. | |
customCloseItemIds? |
|
Sets the ids of the Menu items that will not be closed on mouse-leave. The ids are hierarchical and zero-based. The first root item has a | |
dir? |
|
Sets the direction of the Menu. | |
hoverCloseDelay? |
|
Specifies the delay in milliseconds before the Menu items are closed on item mouse-leave (see example). Used to avoid accidental closure on leaving. Defaults to | |
hoverOpenDelay? |
|
Specifies the delay in milliseconds before the Menu items are opened on item mouse-hover (see example). Defaults to | |
id? |
|
Sets the ID of the Menu. | |
itemRender? |
|
A React functional or class component which is used for rendering the innermost part of the Menu item (see example). By default, the innermost item part includes only the text for the item. | |
items? |
|
Sets the Menu items. | |
linkRender? |
|
A React functional or class component which is used for rendering the link of the item (see example). The item link is a part of the visual representation of the item which, by default, includes an arrow, icon, and text. | |
onSelect? |
|
Fires when a Menu item is selected. | |
openOnClick? |
|
If | |
style? |
|
Sets additional CSS styles to the Menu. | |
vertical? |
|
Specifies whether the Menu will be vertical (see example). |