TextEditSettings.GetDisplayTextFromEditor(Object) Method
Returns the display representation of the specified value.
Namespace: DevExpress.Xpf.Editors.Settings
Assembly: DevExpress.Xpf.Core.v25.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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