DashboardParameterDescriptor.Type Property
Gets the parameter type.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.2.Win.dll
NuGet Package: DevExpress.Win.Dashboard
#Declaration
public ParameterValueType Type { get; }
#Property Value
Type | Description |
---|---|
Parameter |
A Parameter |
Available values:
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. |