Skip to main content

TextEditSettings.GetDisplayTextFromEditor(Object) Method

Returns the display representation of the specified value.

Namespace: DevExpress.Xpf.Editors.Settings

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public override string GetDisplayTextFromEditor(
    object editValue
)

Parameters

Name Type Description
editValue Object

An object representing the value to be formatted.

Returns

Type Description
String

A string value representing the formatted textual representation of the specified value.

See Also