React Stepper Types

DisposingEvent

The argument type in the disposing event.

import { StepperTypes } from "devextreme-react/stepper"
Type: StepperTypes.DisposingEvent

InitializedEvent

The argument type in the initialized event.

import { StepperTypes } from "devextreme-react/stepper"
Type: StepperTypes.InitializedEvent

ItemClickEvent

The argument type in the itemClick event.

import { StepperTypes } from "devextreme-react/stepper"
Type: StepperTypes.ItemClickEvent

ItemContextMenuEvent

The argument type in the itemContextMenu event.

import { StepperTypes } from "devextreme-react/stepper"
Type: StepperTypes.ItemContextMenuEvent

ItemRenderedEvent

The argument type in the itemRendered event.

import { StepperTypes } from "devextreme-react/stepper"
Type: StepperTypes.ItemRenderedEvent

OptionChangedEvent

The argument type in the optionChanged event.

import { StepperTypes } from "devextreme-react/stepper"
Type: StepperTypes.OptionChangedEvent

SelectionChangedEvent

The argument type in the selectionChanged event.

import { StepperTypes } from "devextreme-react/stepper"
Type: StepperTypes.SelectionChangedEvent

SelectionChangingEvent

The argument type in the selectionChanging event.

import { StepperTypes } from "devextreme-react/stepper"
Type: StepperTypes.SelectionChangingEvent