ImageObjectProperties.GenerateEmptyAlternateText Property
Gets or sets a value indicating whether the image generates an alternate text attribute for an empty string value.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
Remarks
By default, when the ASPxObjectContainer.AlternateText property is not set, the image does not include the alt attribute to specify the alternate text in the image rendering. Set the GenerateEmptyAlternateText property to true
to always include the alternate text attribute in rendered output for the image.
See Also