Skip to main content
All docs
V25.2
  • AccessibilityOptions.AccessibleDescription Property

    This member supports the internal infrastructure and is not intended to be used directly from your code.

    Namespace: DevExpress.XtraPrinting.Accessibility

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

    Declaration

    [DefaultValue(null)]
    public string AccessibleDescription { get; set; }

    Property Value

    Type Default
    String null

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to AccessibleDescription
    PageWatermark
    .ImageAccessibleOptions .AccessibleDescription
    PageWatermark
    .TextAccessibleOptions .AccessibleDescription

    Remarks

    Use XRWatermark.TextAccessibleDescription and XRWatermark.ImageAccessibleDescription instead.

    See Also