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.Ge
Warning
A use of ASPxClientDashboard
API reduces flexibility when you configure the control. The DashboardControl underlies the ASPxClientDashboard
object. The control provides access to all client settings and allows you to implement complex scenarios. We recommend that you use the DashboardControl
API to configure the Web Dashboard on the client. More information: Client-Side Functionality.
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