Back to Devexpress

ImageEditPropertiesBase.AlternateText Property

aspnet-devexpress-dot-web-dot-imageeditpropertiesbase.md

latest1.9 KB
Original Source

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

|

Remarks

Use the AlternateText property to specify the text to display instead of the image (defined via the editor’s ASPxImage.ImageUrl property, for instance) when the image is not available.

Note

The AlternateText property synchronizes its value with the editor’s ASPxImageBase.AlternateText property.

See Also

AlternateTextField

AlternateTextFormatString

ImageEditPropertiesBase Class

ImageEditPropertiesBase Members

DevExpress.Web Namespace