Skip to main content

ParameterValueType Enum

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

Namespace: DevExpress.DashboardWin

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

NuGet Package: DevExpress.Win.Dashboard

#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