Skip to main content
A newer version of this page is available. .

BaseEditSettings.GetDisplayTextFromEditor(Object) Method

Returns the display representation of the specified value.

Namespace: DevExpress.Xpf.Editors.Settings

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public virtual string GetDisplayTextFromEditor(
    object editValue
)

Parameters

Name Type Description
editValue Object

An object that represents the value to be formatted.

Returns

Type Description
String

A String value that represents the specified value formatted for display purposes.

Remarks

Format settings applied to the specified value can be accessed and specified, using the BaseEditSettings.DisplayFormat property.

See Also