Back to Devexpress

FormLayoutNestedExtensionItemType Enum

aspnetmvc-devexpress-dot-web-dot-mvc-127a0c7d.md

latest7.8 KB
Original Source

FormLayoutNestedExtensionItemType Enum

Lists values that specify the nested extension type.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public enum FormLayoutNestedExtensionItemType
vb
Public Enum FormLayoutNestedExtensionItemType

Members

NameDescription
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.

| | HyperLink |

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.

|

The following properties accept/return FormLayoutNestedExtensionItemType values:

Remarks

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

See Also

Seamless Integration with DevExpress Data Editors

DevExpress.Web.Mvc Namespace