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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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