Skip to main content
A newer version of this page is available. .

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.v18.2.dll

Declaration

public enum MVCxDocumentViewerParameterEditorType

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:

See Also