All docs
V23.2
24.1
23.2
23.1
22.2
The page you are viewing does not exist in version 22.2.
22.1
The page you are viewing does not exist in version 22.1.
21.2
The page you are viewing does not exist in version 21.2.
21.1
The page you are viewing does not exist in version 21.1.
20.2
The page you are viewing does not exist in version 20.2.
20.1
The page you are viewing does not exist in version 20.1.
19.2
The page you are viewing does not exist in version 19.2.
19.1
The page you are viewing does not exist in version 19.1.
18.2
The page you are viewing does not exist in version 18.2.
18.1
The page you are viewing does not exist in version 18.1.
17.2
The page you are viewing does not exist in version 17.2.

jQuery Form Types

ContentReadyEvent

The type of the contentReady event handler's argument.

import { ContentReadyEvent } from "devextreme/ui/form"
Type:

Object

DisposingEvent

The type of the disposing event handler's argument.

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

Object

EditorEnterKeyEvent

The type of the editorEnterKey event handler's argument.

import { EditorEnterKeyEvent } from "devextreme/ui/form"
Type:

Object

FieldDataChangedEvent

The type of the fieldDataChanged event handler's argument.

import { FieldDataChangedEvent } from "devextreme/ui/form"
Type:

Object

FormItemComponent

Specifies which editor UI component is used to display and edit the form item value.

Accepted Values: 'dxAutocomplete' | 'dxCalendar' | 'dxCheckBox' | 'dxColorBox' | 'dxDateBox' | 'dxDateRangeBox' | 'dxDropDownBox' | 'dxHtmlEditor' | 'dxLookup' | 'dxNumberBox' | 'dxRadioGroup' | 'dxRangeSlider' | 'dxSelectBox' | 'dxSlider' | 'dxSwitch' | 'dxTagBox' | 'dxTextArea' | 'dxTextBox'

FormItemType

Specifies the item's type.

Accepted Values: 'empty' | 'group' | 'simple' | 'tabbed' | 'button'

FormLabelMode

Specifies a display mode for item labels.

Accepted Values: 'static' | 'floating' | 'hidden' | 'outside'

Used in:

InitializedEvent

The type of the initialized event handler's argument.

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

Object

LabelLocation

Specifies the location of a label against the editor.

Accepted Values: 'left' | 'right' | 'top'

OptionChangedEvent

The type of the optionChanged event handler's argument.

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

Object