Skip to main content
Tab

ASPxBinaryImage.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.

See Also