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

ASPxGaugeControl.AlternateText Property

Gets or sets the alternate text displayed in the ASPxGaugeControl when the image is unavailable.

Namespace: DevExpress.Web.ASPxGauges

Assembly: DevExpress.Web.ASPxGauges.v18.2.dll

Declaration

[DefaultValue("")]
public string AlternateText { get; set; }

Property Value

Type Default Description
String String.Empty

A String value that specifies the alternate text displayed in the ASPxGaugeControl when the image is unavailable.

See Also