ASPxClientDashboardParameterValue Class
In This Article
Provides access to the parameter value and display text.
#Declaration
TypeScript
declare class ASPxClientDashboardParameterValue
#Remarks
Use the ASPxClientDashboardParameterValue.GetValue method to obtain the parameter value. The [ASPxClientDashboardParameterValue.Ge
Warning
A use of ASPx
API reduces flexibility when you configure the control. The DashboardASPx
object. The control provides access to all client settings and allows you to implement complex scenarios. We recommend that you use the Dashboard
API to configure the Web Dashboard on the client. More information: Client-Side Functionality.
#Methods
#GetDisplayText Method
Returns the parameter display text.
#Declaration
TypeScript
GetDisplayText(): string
#Returns
Type | Description |
---|---|
string | A String that is the parameter display text. |
See Also
#GetValue Method
Returns a parameter value.
#Declaration
TypeScript
GetValue(): any
#Returns
Type | Description |
---|---|
any | A parameter value. |
See Also