Skip to main content
All docs
V18.2

ASPxClientDashboardParameter.GetValue() Method

Returns a current parameter value(s).

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public object GetValue()

Returns

Type Description
Object

A current parameter value(s).

Remarks

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

Note

Note that the GetValue method returns an array of values if multi-selection is enabled.

See Also