Skip to main content
All docs
V19.2
Tab

ImagePropertiesBase.DescriptionUrl Property

Gets or sets the location to a detailed description for the image.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

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

Property Value

Type Default Description
String String.Empty

A String value representing the URL for the file that contains a detailed description for the image.

Remarks

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

See Also