Skip to main content
A newer version of this page is available. .

DashboardParameterDescriptor.Type Property

Gets a parameter type.

Namespace: DevExpress.DashboardWin

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

NuGet Package: DevExpress.Win.Dashboard

Declaration

public ParameterValueType Type { get; }

Property Value

Type Description
ParameterValueType

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

See Also