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.1.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. |
TextBox
|
A text box is used to edit the parameter value. |
CheckBox
|
A check box is used to edit the parameter value. |
ComboBox
|
A combo box is used to edit the parameter value. |
DateEdit
|
A data edit is used to edit the parameter value. |
SpinEdit
|
A spin edit is used to edit the parameter value. |
TimeEdit
|
A time edit is used to edit the parameter value. |
DropDownEdit
|
A drop-down edit is used to edit the parameter value. |
TokenBox
|
A token box editor is used to edit the parameter value. |
Related API Members
The following properties accept/return MVCxDocumentViewerParameterEditorType values: