Back to Devexpress

DashboardParameterDescriptor.Type Property

dashboard-devexpress-dot-dashboardwin-dot-dashboardparameterdescriptor-7d4360e5.md

latest1.8 KB
Original Source

DashboardParameterDescriptor.Type Property

Gets the parameter type.

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
public ParameterValueType Type { get; }
vb
Public ReadOnly Property Type As ParameterValueType

Property Value

TypeDescription
ParameterValueType

A ParameterValueType enumeration value that is the type of a dashboard parameter value.

|

Available values:

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.

|

See Also

Specify Dashboard Parameter Values in the WinForms Designer

Manage Dashboard Parameters in the WinForms Viewer Control

DashboardParameterDescriptor Class

DashboardParameterDescriptor Members

DevExpress.DashboardWin Namespace