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

IRangeControlClient.FormatText(Object) Method

Returns the display representation of the specified value.

Namespace: DevExpress.Xpf.Editors.RangeControl

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

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

Declaration

string FormatText(
    object value
)

Parameters

Name Type Description
value 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