Skip to main content
All docs
V25.2
  • XRWatermark.TextAccessibleDescription Property

    Specifies the description of a text watermark (XRWatermark) used by assistive technologies.

    Namespace: DevExpress.XtraReports.UI

    Assembly: DevExpress.XtraReports.v25.2.dll

    NuGet Package: DevExpress.Reporting.Core

    Declaration

    public string TextAccessibleDescription { get; set; }

    Property Value

    Type Description
    String

    The textual description of a control.

    Remarks

    Use the TextAccessibleDescription property to specify text that the screen reader pronounces. When you export a report to PDF, this property helps ensure that the output conforms to the PDF/UA standard. Note that the TextAccessibleDescription property has no effect if XRWatermark.TextAccessibleRole is not specified.

    In the exported PDF, the description appears as the element’s alternate text in the document’s structure tree:

    text-watermark-accessible-description

    See Also