Vue DropDownButton - ButtonClickEvent

The type of the buttonClick event handler's argument.

import { DxDropDownButtonTypes } from "devextreme-vue/drop-down-button"
Type: DxDropDownButtonTypes.ButtonClickEvent

component

The UI component's instance.

Selector: DxComponent

element

The UI component's container.

event

A native browser event with additional fields from EventObject.

Selector: DxEvent

selectedItem

Type:

Object