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.v14.2.dll

#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