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

ImageObjectProperties.DescriptionUrl Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
String String.Empty

A String value specifying 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 is rendered without the longdesc attribute.

See Also