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

ASPxClientDashboardItemDataMeasureValue Class

Provides the measure value and display text.

Declaration

declare class ASPxClientDashboardItemDataMeasureValue

Remarks

Use the ASPxClientDashboardItemDataMeasureValue.GetValue and ASPxClientDashboardItemDataMeasureValue.GetDisplayText methods to obtain the measure value and display text, respectively.

See Also

Methods

GetDisplayText Method

Gets the measure display text.

Declaration

GetDisplayText(): string

Returns

Type Description
string

A String value that is the measure display text.

See Also

GetValue Method

Gets the measure value.

Declaration

GetValue(): any

Returns

Type Description
any

A measure value.

See Also