Skip to main content
A newer version of this page is available. .
Tab

ImageEditPropertiesBase.AlternateTextField Property

Gets or sets the data source field that provides alternate texts to the inplace image editor.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue("")]
public virtual string AlternateTextField { get; set; }

Property Value

Type Default Description
String String.Empty

A string value that specifies the name of the data source field which contains alternate texts.

Remarks

An image’s alternate text is displayed within the image editor if the image is unavailable.

If an image editor is used inplace, the AlternateTextField property can be used to specify the name of the data source field that provides alternate texts for the editor. For a standalone editor, the alternate text can be specified via the ASPxImageBase.AlternateText property.

See Also