Back to Devexpress

ParameterValueType Enum

dashboard-devexpress-dot-dashboardwin-71fce034.md

latest1.3 KB
Original Source

ParameterValueType Enum

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

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
public enum ParameterValueType
vb
Public Enum ParameterValueType

Members

NameDescription
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.

|

The following properties accept/return ParameterValueType values:

Remarks

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

See Also

DevExpress.DashboardWin Namespace