Skip to main content

DashboardParameterDescriptor.Type Property

Gets the parameter type.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v23.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