Skip to main content
Tab

BinaryImageEditProperties.AlternateTextField Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("")]
public 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 editor if the image is unavailable.

Use the AlternateTextField property to specify the name of the data source field that provides alternate texts for the editor.

See Also