New to KendoReactLearn about KendoReact Free.

Menu

A subclass of React.Component.

Represents the KendoReact Menu component.

jsx
const App = () => {
   return (
       <Menu>
           <MenuItem text="Item1" />
           <MenuItem text="Item2">
               <MenuItem text="Item2.1" />
               <MenuItem text="Item2.2" />
           </MenuItem>
           <MenuItem text="Item3" />
       </Menu>
   );
}
NameTypeDefaultDescription

element

"null" | HTMLDivElement

props

Readonly<MenuProps>

The props of the Menu component.

Methods

reset

Resets the selection and opening of Menu items.

In this article
Methods
Not finding the help you need?
Contact Support