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

ASPxGaugeControl.DescriptionUrl Property

Gets or sets the location to the ASPxGaugeControl’s detailed description.

Namespace: DevExpress.Web.ASPxGauges

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

NuGet Package: DevExpress.Web.Visualization

Declaration

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

Property Value

Type Default Description
String String.Empty

The URL for the file that contains a detailed description for the ASPxGaugeControl.

Remarks

The DescriptionUrl property specifies an HTML file that provides additional details for the ASPxGaugeControl. The DescriptionUrl property renders as the longdesc attribute for the ASPxGaugeControl. If this property is not set, or is set to an empty string (“”), the ASPxGaugeControl is rendered without the longdesc attribute. Use the DescriptionUrl property to supplement the ASPxGaugeControl.AlternateText property.

See Also