Skip to main content

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
ParameterValueType

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

Available values:

Name Description
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