Back to Devexpress

DashboardParameterLookUpValue Interface

dashboard-js-devexpress-dot-dashboard-5d9bf16a.md

latest997 B
Original Source

DashboardParameterLookUpValue Interface

Declaration

ts
export interface DashboardParameterLookUpValue

Methods

getDisplayText Method

Gets the display text for a parameter value.

Declaration

ts
getDisplayText(): string

Returns

TypeDescription
string

A string value that is the display text for a parameter value.

|

Remarks

The getDisplayText method returns the value from the data field specified in displayMemberName. If the displayMemberName is not specified, the getDisplayText method returns the parameter value.

getValue Method

Declaration

ts
getValue(): any

Returns

Type
any