Back to Devexpress

ASPxBinaryImage.AlternateText Property

aspnet-devexpress-dot-web-dot-aspxbinaryimage-5c3ff5f3.md

latest1.3 KB
Original Source

ASPxBinaryImage.AlternateText Property

Gets or sets the alternate text displayed instead of the image when the image is unavailable.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDefaultDescription
StringString.Empty

A String value that specifies the alternate text displayed instead of the image.

|

See Also

Binary Image

ASPxBinaryImage Class

ASPxBinaryImage Members

DevExpress.Web Namespace