DashboardParameterDescriptor.Values Property
Gets possible parameter values.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.2.Win.dll
NuGet Package: DevExpress.Win.Dashboard
#Declaration
public IList<ParameterValue> Values { get; }
#Property Value
Type | Description |
---|---|
IList<Parameter |
A list of Parameter |
#Remarks
Use the DashboardParameterDescriptor.SelectedValues/DashboardParameterDescriptor.SelectedValue properties to access current parameter values.