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
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