MVCxVerticalGridRowType Enum
Lists values that specify the row editor type within the VerticalGrid.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
#Members
Name | Description |
---|---|
Default
|
Indicates that a default editor (Text |
Text
|
Indicates that a text box is used to edit row values. |
Button
|
Indicates that a button editor is used to edit row values. |
Check
|
Indicates that a check box is used to edit and display row values. |
Combo
|
Indicates that a combo box is used to edit row values. |
Date
|
Indicates that a date editor is used to edit row values. |
Spin
|
Indicates that a spin editor is used to edit row values. |
Time
|
Indicates that a time editor is used to edit row values. |
Color
|
Indicates that a color editor is used to edit row values. |
Drop
|
Indicates that a drop down editor is used to edit row values. |
Memo
|
Indicates that a memo editor is used to edit row values. |
Binary
|
Indicates that a binary image editor is used to display column values. |
Image
|
Indicates that an image editor is used to display column values. |
Hyper
|
Indicates that a hyperlink editor is used to display row values. |
Progress
|
Indicates that a progress bar is used to visualize row values. |
Token
|
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.