Skip to main content
All docs
V24.2

ASPxClientDashboardItemDataMeasureValue Class

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 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.

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