Skip to main content

FormLayoutNestedExtensionItemType Enum

Lists values that specify the nested extension type.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public enum FormLayoutNestedExtensionItemType

Members

Name Description
Default

Identifies a layout item with the default nested extension.

BinaryImage

Identifies a layout item with the nested BinaryImage extension.

Button

Identifies a layout item with the nested Button extension.

ButtonEdit

Identifies a layout item with the nested ButtonEdit extension.

Calendar

Identifies a layout item with the nested Calendar extension.

Captcha

Identifies a layout item with the nested Captcha extension.

CheckBox

Identifies a layout item with the nested CheckBox extension.

CheckBoxList

Identifies a layout item with the nested CheckBoxList extension.

ColorEdit

Identifies a layout item with the nested ColorEdit extension.

ComboBox

Identifies a layout item with the nested ComboBox extension.

DateEdit

Identifies a layout item with the nested DateEdit extension.

DropDownEdit

Identifies a layout item with the nested DropDownEdit extension.

Identifies a layout item with the nested HyperLink extension.

Image

Identifies a layout item with the nested Image extension.

Label

Identifies a layout item with the nested Label extension.

ListBox

Identifies a layout item with the nested ListBox extension.

Memo

Identifies a layout item with the nested Memo extension.

ProgressBar

Identifies a layout item with the nested ProgressBar extension.

RadioButton

Identifies a layout item with the nested RadioButton extension.

RadioButtonList

Identifies a layout item with the nested RadioButtonList extension.

SpinEdit

Identifies a layout item with the nested SpinEdit extension.

TextBox

Identifies a layout item with the nested TextBox extension.

TimeEdit

Identifies a layout item with the nested TimeEdit extension.

TokenBox

Identifies a layout item with the nested TokenBox extension.

TrackBar

Identifies a layout item with the nested TrackBar extension.

UploadControl

Identifies a layout item with the nested UploadControl extension.

ValidationSummary

Identifies a layout item with the nested ValidationSummary extension.

Related API Members

The following properties accept/return FormLayoutNestedExtensionItemType values:

Remarks

Values listed by this enumeration are used when defining the MVCxFormLayoutItem.NestedExtensionType property.

See Also