New to KendoReact? Learn about KendoReact Free.
DropDownButton
Updated on Aug 21, 2025
Represents the KendoReact DropDownButton component.
jsx
const App = () => {
return (
<DropDownButton text="Act">
<DropDownButtonItem text="Item1" />
<DropDownButtonItem text="Item2" />
<DropDownButtonItem text="Item3" />
</DropDownButton>
);
}
| Name | Type | Default | Description |
|---|---|---|---|
props |
|
The props of the DropDownButton component. |