DashboardParameterDescriptor.Values Property
Gets possible parameter values.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.1.Win.dll
NuGet Package: DevExpress.Win.Dashboard
Declaration
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