IRangeControlClient.ValueToString(Double) Method
Returns the text representation of normalized values.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
Name | Type | Description |
---|---|---|
normalizedValue | Double | The currently processed normalized value (between 0 and 1). |
Returns
Type | Description |
---|---|
String | The text representation of the current value. |
See Also