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

ParameterValueType Enum

Lists values used to specify the type of dashboard parameter value.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v18.2.Win.dll

Declaration

public enum ParameterValueType

Members

Name Description
String

Identifies a String value.

Integer

Identifies an Integer value.

Float

Identifies a Float value.

Boolean

Identifies a Boolean value.

DateTime

Identifies a date-time value.

Related API Members

The following properties accept/return ParameterValueType values:

Remarks

Values listed by this enumeration are returned by the DashboardParameterDescriptor.Type property.

See Also