ASPxGaugeControl.DescriptionUrl Property
Gets or sets the location to the ASPxGaugeControl’s detailed description.
Namespace: DevExpress.Web.ASPxGauges
Assembly: DevExpress.Web.ASPxGauges.v24.1.dll
NuGet Package: DevExpress.Web.Visualization
Declaration
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.