Angular DropDownButton Types

ButtonClickEvent

The type of the buttonClick event handler's argument.

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

ContentReadyEvent

The type of the contentReady event handler's argument.

import { DxDropDownButtonTypes } from "devextreme-angular/ui/drop-down-button"
Type: DxDropDownButtonTypes.ContentReadyEvent

DisposingEvent

The type of the disposing event handler's argument.

import { DxDropDownButtonTypes } from "devextreme-angular/ui/drop-down-button"
Type: DxDropDownButtonTypes.DisposingEvent

InitializedEvent

The type of the initialized event handler's argument.

import { DxDropDownButtonTypes } from "devextreme-angular/ui/drop-down-button"
Type: DxDropDownButtonTypes.InitializedEvent

ItemClickEvent

The type of the itemClick event handler's argument.

import { DxDropDownButtonTypes } from "devextreme-angular/ui/drop-down-button"
Type: DxDropDownButtonTypes.ItemClickEvent

OptionChangedEvent

The type of the optionChanged event handler's argument.

import { DxDropDownButtonTypes } from "devextreme-angular/ui/drop-down-button"
Type: DxDropDownButtonTypes.OptionChangedEvent

SelectionChangedEvent

The type of the selectionChanged event handler's argument.

import { DxDropDownButtonTypes } from "devextreme-angular/ui/drop-down-button"
Type: DxDropDownButtonTypes.SelectionChangedEvent