JavaScript/jQuery Stepper Types

DisposingEvent

The argument type in the disposing event.

import { DisposingEvent } from "devextreme/ui/stepper"
Type:

Object

InitializedEvent

The argument type in the initialized event.

import { InitializedEvent } from "devextreme/ui/stepper"
Type:

Object

ItemClickEvent

The argument type in the itemClick event.

import { ItemClickEvent } from "devextreme/ui/stepper"
Type:

Object

ItemContextMenuEvent

The argument type in the itemContextMenu event.

import { ItemContextMenuEvent } from "devextreme/ui/stepper"
Type:

Object

ItemRenderedEvent

The argument type in the itemRendered event.

import { ItemRenderedEvent } from "devextreme/ui/stepper"
Type:

Object

OptionChangedEvent

The argument type in the optionChanged event.

import { OptionChangedEvent } from "devextreme/ui/stepper"
Type:

Object

SelectionChangedEvent

The argument type in the selectionChanged event.

import { SelectionChangedEvent } from "devextreme/ui/stepper"
Type:

Object

SelectionChangingEvent

The argument type in the selectionChanging event.

import { SelectionChangingEvent } from "devextreme/ui/stepper"
Type:

Object