Skip to main content
All docs
V18.2

ASPxClientDashboardParameter.GetValues() Method

Returns possible parameter values.

Namespace: DevExpress.DashboardWeb.Scripts

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.Scripts.dll

Declaration

public ASPxClientDashboardParameterValue[] GetValues()

Returns

Type Description
ASPxClientDashboardParameterValue[]

An array of ASPxClientDashboardParameterValue objects that provide access to parameter values and display texts.

Remarks

Use the ASPxClientDashboardParameter.SetValue method to specify the current parameter value.

See Also