ParameterValueType Enum
In This Article
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
#Members
Name | Description |
---|---|
String
|
Identifies a String value. |
Integer
|
Identifies an Integer value. |
Float
|
Identifies a Float value. |
Boolean
|
Identifies a Boolean value. |
Date
|
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