Skip to main content

TextEdit.GetDisplayTextFromValue(Object) Method

Returns the display representation of the specified value.

Namespace: DevExpress.UI.Xaml.Editors

Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public virtual string GetDisplayTextFromValue(
    object value
)

#Parameters

Name Type Description
value 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 editor’s BaseEdit.DisplayFormatString property.

See Also