Vue Stepper Types

DisposingEvent

The argument type in the disposing event.

import { DxStepperTypes } from "devextreme-vue/stepper"
Type: DxStepperTypes.DisposingEvent

InitializedEvent

The argument type in the initialized event.

import { DxStepperTypes } from "devextreme-vue/stepper"
Type: DxStepperTypes.InitializedEvent

ItemClickEvent

The argument type in the itemClick event.

import { DxStepperTypes } from "devextreme-vue/stepper"
Type: DxStepperTypes.ItemClickEvent

ItemContextMenuEvent

The argument type in the itemContextMenu event.

import { DxStepperTypes } from "devextreme-vue/stepper"
Type: DxStepperTypes.ItemContextMenuEvent

ItemRenderedEvent

The argument type in the itemRendered event.

import { DxStepperTypes } from "devextreme-vue/stepper"
Type: DxStepperTypes.ItemRenderedEvent

OptionChangedEvent

The argument type in the optionChanged event.

import { DxStepperTypes } from "devextreme-vue/stepper"
Type: DxStepperTypes.OptionChangedEvent

SelectionChangedEvent

The argument type in the selectionChanged event.

import { DxStepperTypes } from "devextreme-vue/stepper"
Type: DxStepperTypes.SelectionChangedEvent

SelectionChangingEvent

The argument type in the selectionChanging event.

import { DxStepperTypes } from "devextreme-vue/stepper"
Type: DxStepperTypes.SelectionChangingEvent