Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IDisplayedValue Interface

Provides information about property values.

#Declaration

TypeScript
export interface IDisplayedValue

#Properties

#displayValue Property

Specifies a value displayed by a property editor.

#Declaration

TypeScript
displayValue: string

#Property Value

Type Description
string

An editor value.

#localizationId Property

Specifies the localization ID.

#Declaration

TypeScript
localizationId?: string

#Property Value

Type Description
string

Localization ID.

#value Property

Specifies an actual property value.

#Declaration

TypeScript
value: any

#Property Value

Type Description
any

An actual property value.