CustomizeCellEventArgs.AltText Property
In This Article
Gets or sets the alternative (alt) text associated with the exported image.
Namespace: DevExpress.Export
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
#Property Value
Type | Description |
---|---|
String | A string that contains alternative text. |
#Remarks
Screen readers (for example, Microsoft Narrator) pronounce the image’s alt text when users navigate to the Excel table cell that contains this image.
See Also