Skip to main content
All docs
V18.2

ASPxClientDashboardParameters.GetParameterList() Method

Returns an array of dashboard parameters from the ASPxClientDashboardParameters collection.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public ASPxClientDashboardParameter[] GetParameterList()

Returns

Type Description
ASPxClientDashboardParameter[]

An array of ASPxClientDashboardParameter objects representing client-side dashboard parameters.

See Also