ASPxClientDashboardItemDataMeasureValue Class
In This Article
Provides the measure value and display text.
#Declaration
TypeScript
declare class ASPxClientDashboardItemDataMeasureValue
#Remarks
Use the ASPxClientDashboardItemDataMeasureValue.GetValue and ASPxClientDashboardItemDataMeasureValue.GetDisplayText methods to obtain the measure value and display text, respectively.
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.
See Also
#Methods
#GetDisplayText Method
Gets the measure display text.
#Declaration
TypeScript
GetDisplayText(): string
#Returns
Type | Description |
---|---|
string | A String value that is the measure display text. |
See Also
#GetValue Method
Gets the measure value.
#Declaration
TypeScript
GetValue(): any
#Returns
Type | Description |
---|---|
any | A measure value. |
See Also