New to KendoReactStart a free 30-day trial

Definition

Package:@progress/kendo-react-buttons

Syntax:

jsx
const App = () => {
       return (
           <DropDownButton text="Act">
               <DropDownButtonItem text="Item1" />
               <DropDownButtonItem text="Item2" />
               <DropDownButtonItem text="Item3" />
           </DropDownButton>
       );
}

Properties

The props of the DropDownButton component.

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