TrackBarProperties.ValueToolTipFormatString Property
Gets or sets the format string representation of a value tooltip.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
String | String.Empty | A String object that contains value tooltip settings. |
Remarks
Display values can be formatted using the standard formatting mechanism. It allows you to format values using standard format patterns. Format specifiers for composing the format pattern are described in the Numeric Format Strings and Date and Time Format Strings topics.
Note
The ValueToolTipFormatString property synchronizes its value with the editor’s ASPxTrackBar.ValueToolTipFormatString property.
See Also