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

ASPxImageBase.DescriptionUrl Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

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

This property is a wrapper of the ImageEditPropertiesBase.DescriptionUrl property.

See Also