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

Label.FormatString Property

Gets or sets the format string for the display text.

Namespace: DevExpress.XtraGauges.Core.Model

Assembly: DevExpress.XtraGauges.v19.1.Core.dll

Declaration

[XtraSerializableProperty]
[DefaultValue("{0}")]
public string FormatString { get; set; }

Property Value

Type Default Description
String "{0}"

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