Back to Devexpress

ASPxBinaryImage.DescriptionUrl Property

aspnet-devexpress-dot-web-dot-aspxbinaryimage-db4cd992.md

latest1.3 KB
Original Source

ASPxBinaryImage.DescriptionUrl Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue("")]
public string DescriptionUrl { get; set; }
vb
<DefaultValue("")>
Public Property DescriptionUrl As String

Property Value

TypeDefaultDescription
StringString.Empty

A String value specifying the URL for the file that contains a detailed description for the image.

|

See Also

Binary Image

ASPxBinaryImage Class

ASPxBinaryImage Members

DevExpress.Web Namespace