Skip to main content
Tab

ImageEditPropertiesBase.DescriptionUrl Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.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.

Note

The DescriptionUrl property synchronizes its value with the editor’s ASPxImageBase.DescriptionUrl property.

See Also