Skip to main content
All docs
V24.1

Brick.AccessibleDescription Property

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

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

[XtraSerializableProperty]
public string AccessibleDescription { get; set; }

Property Value

Type Description
String

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