Skip to main content
A newer version of this page is available.
All docs
V19.2

ASPxClientDashboardParameters Class

A collection of ASPxClientDashboardParameter objects.

Declaration

declare class ASPxClientDashboardParameters

Remarks

The ASPxClientDashboardParameter object contains parameter settings and metadata.

Use the ASPxClientDashboard.GetParameters method to change parameter values.

Methods

GetParameterByIndex(index) Method

Returns a dashboard parameter by its index in the ASPxClientDashboardParameters collection.

Declaration

GetParameterByIndex(
    index: number
): ASPxClientDashboardParameter

Parameters

Name Type Description
index number

An integer value that specifies the parameter index.

Returns

Type Description
ASPxClientDashboardParameter

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

See Also

GetParameterByName(name) Method

Returns a dashboard parameter by its name.

Declaration

GetParameterByName(
    name: string
): ASPxClientDashboardParameter

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

GetParameterList Method

Returns an array of dashboard parameters from the ASPxClientDashboardParameters collection.

Declaration

GetParameterList(): ASPxClientDashboardParameter[]

Returns

Type Description
ASPxClientDashboardParameter[]

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