Skip to main content
All docs
V18.2

ASPxClientDashboardParameter.Name Property

OBSOLETE

Use the GetName() method instead.

Gets the dashboard parameter name on the client side.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

[Obsolete("Use the GetName method instead.")]
public string Name { get; }

Property Value

Type Description
String

A string value that is the dashboard parameter name on the client side.

Remarks

Use the ASPxClientDashboardParameter.Value property to specify the dashboard parameter value on the client side.

See Also