A newer version of this page is available.
Switch to the current version.
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; }
<DefaultValue("")>
Public Property DescriptionUrl As String
Property Value
Type | Default | Description |
---|---|---|
String | 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
Feedback