MVCxDocumentViewerParameterEditorType Enum
Lists the values used to specify the type of a parameter editor in the Document Viewer’s Parameters panel.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
#Members
Name | Description |
---|---|
Default
|
The type of the editor used to edit the parameter value is determined by the type of the parameter. |
Text
|
A text box is used to edit the parameter value. |
Check
|
A check box is used to edit the parameter value. |
Combo
|
A combo box is used to edit the parameter value. |
Date
|
A data edit is used to edit the parameter value. |
Spin
|
A spin edit is used to edit the parameter value. |
Time
|
A time edit is used to edit the parameter value. |
Drop
|
A drop-down edit is used to edit the parameter value. |
Token
|
A token box editor is used to edit the parameter value. |
#Related API Members
The following properties accept/return MVCxDocumentViewerParameterEditorType values: