Skip to main content

DashboardParameterDescriptor.Values Property

Gets possible parameter values.

Namespace: DevExpress.DashboardWin

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

NuGet Package: DevExpress.Win.Dashboard

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.SelectedValues/DashboardParameterDescriptor.SelectedValue properties to access current parameter values.

See Also