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

MVCxDocumentViewerParameter.ParameterType Property

Specifies the type of the editor for a parameter displayed in the Document Viewers Parameters panel.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public MVCxDocumentViewerParameterEditorType ParameterType { get; set; }

Property Value

Type Description
MVCxDocumentViewerParameterEditorType

An MVCxDocumentViewerParameterEditorType value specifying an editor type for a parameter.

Available values:

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.

See Also