MVCxVerticalGridRowType Enum
Lists values that specify the row editor type within the VerticalGrid.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Members
Name | Description |
---|---|
Default
|
Indicates that a default editor (TextBox) is used to edit row values. |
TextBox
|
Indicates that a text box is used to edit row values. |
ButtonEdit
|
Indicates that a button editor is used to edit row values. |
CheckBox
|
Indicates that a check box is used to edit and display row values. |
ComboBox
|
Indicates that a combo box is used to edit row values. |
DateEdit
|
Indicates that a date editor is used to edit row values. |
SpinEdit
|
Indicates that a spin editor is used to edit row values. |
TimeEdit
|
Indicates that a time editor is used to edit row values. |
ColorEdit
|
Indicates that a color editor is used to edit row values. |
DropDownEdit
|
Indicates that a drop down editor is used to edit row values. |
Memo
|
Indicates that a memo editor is used to edit row values. |
BinaryImage
|
Indicates that a binary image editor is used to display column values. |
Image
|
Indicates that an image editor is used to display column values. |
HyperLink
|
Indicates that a hyperlink editor is used to display row values. |
ProgressBar
|
Indicates that a progress bar is used to visualize row values. |
TokenBox
|
Indicates that a token box is used to edit row values. |
Related API Members
The following properties accept/return MVCxVerticalGridRowType values:
Remarks
Values listed by this enumeration are used to set the MVCxVerticalGridRow.RowType property.