Angular Accordion Types

ContentReadyEvent

The type of the contentReady event handler's argument.

import { DxAccordionTypes } from "devextreme-angular/ui/accordion"
Type: DxAccordionTypes.ContentReadyEvent

DisposingEvent

The type of the disposing event handler's argument.

import { DxAccordionTypes } from "devextreme-angular/ui/accordion"
Type: DxAccordionTypes.DisposingEvent

InitializedEvent

The type of the initialized event handler's argument.

import { DxAccordionTypes } from "devextreme-angular/ui/accordion"
Type: DxAccordionTypes.InitializedEvent

ItemClickEvent

The type of the itemClick event handler's argument.

import { DxAccordionTypes } from "devextreme-angular/ui/accordion"
Type: DxAccordionTypes.ItemClickEvent

ItemContextMenuEvent

The type of the itemContextMenu event handler's argument.

import { DxAccordionTypes } from "devextreme-angular/ui/accordion"
Type: DxAccordionTypes.ItemContextMenuEvent

ItemHoldEvent

The type of the itemHold event handler's argument.

import { DxAccordionTypes } from "devextreme-angular/ui/accordion"
Type: DxAccordionTypes.ItemHoldEvent

ItemRenderedEvent

The type of the itemRendered event handler's argument.

import { DxAccordionTypes } from "devextreme-angular/ui/accordion"
Type: DxAccordionTypes.ItemRenderedEvent

ItemTitleClickEvent

The type of the itemTitleClick event handler's argument.

import { DxAccordionTypes } from "devextreme-angular/ui/accordion"
Type: DxAccordionTypes.ItemTitleClickEvent

OptionChangedEvent

The type of the optionChanged event handler's argument.

import { DxAccordionTypes } from "devextreme-angular/ui/accordion"
Type: DxAccordionTypes.OptionChangedEvent

SelectionChangedEvent

The type of the selectionChanged event handler's argument.

import { DxAccordionTypes } from "devextreme-angular/ui/accordion"
Type: DxAccordionTypes.SelectionChangedEvent