Label.FormatString Property
Gets or sets the format string for the display text.
Namespace: DevExpress.XtraGauges.Core.Model
Assembly: DevExpress.XtraGauges.v24.1.Core.dll
NuGet Package: DevExpress.Gauges.Core
Declaration
Property Value
Type | Description |
---|---|
String | A format string. |
Remarks
You can use the FormatString property to format the value of the Label.Text property in a specific manner. The {0} placeholder represents the value of the Label.Text property.
See Also