Skip to main content
All docs
V18.2

ASPxClientDashboardParameters.GetParameterByName(String) Method

Returns a dashboard parameter by its name.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public ASPxClientDashboardParameter GetParameterByName(
    string name
)

Parameters

Name Type Description
name String

A String object that specifies the parameter name.

Returns

Type Description
ASPxClientDashboardParameter

A ASPxClientDashboardParameter object that is the client-side dashboard parameter.

See Also