Skip to main content
All docs
V18.2

ASPxClientDashboardParameter.SetValue(Object) Method

Specifies the current parameter value(s).

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public void SetValue(
    object value
)

Parameters

Name Type Description
value Object

The current parameter value(s).

Remarks

Use the ASPxClientDashboardParameter.GetValues method to obtain possible parameter values. The ASPxClientDashboardParameter.GetValue method returns the current parameter value.

Note

Note that the SetValue method can accept an array of values if multi-selection is enabled.

See Also