ParameterValueType Enum
Lists values used to specify the type of dashboard parameter value.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.2.Win.dll
Declaration
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. |
Remarks
Values listed by this enumeration are returned by the DashboardParameterDescriptor.Type property.
See Also