Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Visualization

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