React DropDownButton Types

ButtonClickEvent

The type of the buttonClick event handler's argument.

import { DropDownButtonTypes } from "devextreme-react/drop-down-button"
Type: DropDownButtonTypes.ButtonClickEvent

ContentReadyEvent

The type of the contentReady event handler's argument.

import { DropDownButtonTypes } from "devextreme-react/drop-down-button"
Type: DropDownButtonTypes.ContentReadyEvent

DisposingEvent

The type of the disposing event handler's argument.

import { DropDownButtonTypes } from "devextreme-react/drop-down-button"
Type: DropDownButtonTypes.DisposingEvent

InitializedEvent

The type of the initialized event handler's argument.

import { DropDownButtonTypes } from "devextreme-react/drop-down-button"
Type: DropDownButtonTypes.InitializedEvent

ItemClickEvent

The type of the itemClick event handler's argument.

import { DropDownButtonTypes } from "devextreme-react/drop-down-button"
Type: DropDownButtonTypes.ItemClickEvent

OptionChangedEvent

The type of the optionChanged event handler's argument.

import { DropDownButtonTypes } from "devextreme-react/drop-down-button"
Type: DropDownButtonTypes.OptionChangedEvent

SelectionChangedEvent

The type of the selectionChanged event handler's argument.

import { DropDownButtonTypes } from "devextreme-react/drop-down-button"
Type: DropDownButtonTypes.SelectionChangedEvent