XRAppearanceObject.TextOptions Property
Overrides the AppearanceObject.TextOptions property to hide it.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Property Value
Type | Description |
---|---|
PrintTextOptions | A AppearanceObject.TextOptions object. |
Remarks
This property is overridden to hide the corresponding property of the AppearanceObject class, because the TextOptions property is not appropriate for the XRAppearanceObject control.
See Also