Back to Devexpress

CustomizeCellEventArgs.AltText Property

corelibraries-devexpress-dot-export-dot-customizecelleventargs-0c46e075.md

latest1.2 KB
Original Source

CustomizeCellEventArgs.AltText Property

Gets or sets the alternative (alt) text associated with the exported image.

Namespace : DevExpress.Export

Assembly : DevExpress.Printing.v25.2.Core.dll

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public string AltText { get; set; }
vb
Public Property AltText As String

Property Value

TypeDescription
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

CustomizeCellEventArgs Class

CustomizeCellEventArgs Members

DevExpress.Export Namespace