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

ASPxClientDashboardParameterValue Class

Provides access to the parameter value and display text.

Declaration

declare class ASPxClientDashboardParameterValue

Remarks

Use the ASPxClientDashboardParameterValue.GetValue method to obtain the parameter value. The ASPxClientDashboardParameterValue.GetDisplayText method allows you to obtain the parameter display text.

Methods

GetDisplayText Method

Returns the parameter display text.

Declaration

GetDisplayText(): string

Returns

Type Description
string

A String that is the parameter display text.

See Also

GetValue Method

Returns a parameter value.

Declaration

GetValue(): any

Returns

Type Description
any

A parameter value.

See Also