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

DashboardParameterDescriptor.Values Property

Gets possible parameter values.

Namespace: DevExpress.DashboardWin

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

Declaration

public IList<ParameterValue> Values { get; }

Property Value

Type Description
IList<ParameterValue>

A list of ParameterValue objects that contain parameter values and display texts.

Remarks

Use the DashboardParameterDescriptor.Value property to specify the current parameter value.

See Also