Skip to main content
All docs
V25.1
  • CustomizeCellEventArgs.AltText Property

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

    Namespace: DevExpress.Export

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

    NuGet Package: DevExpress.Printing.Core

    #Declaration

    public string AltText { get; set; }

    #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