Brick.AccessibleDescription Property
Gets or sets the description of an element used by assistive technologies.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
Declaration
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