Skip to main content
All docs
V18.2

ASPxClientDashboardParameter.Value Property

OBSOLETE

Use the GetValue() method instead.

Gets the dashboard parameter value on the client side.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

[Obsolete("Use the GetValue method instead.")]
public object Value { get; }

Property Value

Type Description
Object

A string value that specifies the dashboard parameter value on the client side.

Remarks

Use the ASPxClientDashboardParameter.Name property to obtain the dashboard parameter name on the client side.

See Also