Skip to main content
All docs
V25.1
  • Brick.AccessibleDescription Property

    Gets or sets the description of an element used by assistive technologies.

    Namespace: DevExpress.XtraPrinting

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

    NuGet Package: DevExpress.Printing.Core

    Declaration

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

    Property Value

    Type Default Description
    String null

    A string that is the textual description of an element.

    Remarks

    The value of this property is obtained from the AccessibleDescription property of a report control from which the brick originates.

    See Also