BaseEditSettings.GetDisplayText(Object, Boolean) Method
Returns the display representation of the specified value.
Namespace: DevExpress.Xpf.Editors.Settings
Assembly: DevExpress.Xpf.Core.v25.2.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| editValue | Object | An object that represents the value to format. |
| applyFormatting | Boolean |
|
Returns
| Type | Description |
|---|---|
| String | A String value that represents the specified value formatted for display purposes. |
See Also