Skip to main content
All docs
V23.2

Brick.AccessibleDescription Property

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

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v23.2.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