TrackBarProperties.ScaleLabelFormatString Property
Gets or sets format string representation of a scale label.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
[DefaultValue("{0}")]
public string ScaleLabelFormatString { get; set; }
<DefaultValue("{0}")>
Public Property ScaleLabelFormatString As String
Property Value
Type | Default | Description |
---|---|---|
String | "{0}" |
A String value that is the pattern used to format scale label values. |
Remarks
Display values can be formatted using the standard formatting mechanism described in MSDN. It allows you to format values using standard format patterns. Format specifiers for composing the format pattern are described in the