Back to Devexpress

DashboardParameterDescriptor.Values Property

dashboard-devexpress-dot-dashboardwin-dot-dashboardparameterdescriptor-74190a90.md

latest2.0 KB
Original Source

DashboardParameterDescriptor.Values Property

Gets possible parameter values.

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
public IList<ParameterValue> Values { get; }
vb
Public ReadOnly Property Values As IList(Of ParameterValue)

Property Value

TypeDescription
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

Specify Dashboard Parameter Values in the WinForms Designer

Manage Dashboard Parameters in the WinForms Viewer Control

DashboardParameterDescriptor Class

DashboardParameterDescriptor Members

DevExpress.DashboardWin Namespace