BinaryImageEditProperties.AlternateTextField Property
Gets or sets the data source field that provides alternate texts to the 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 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