Skip to main content
A newer version of this page is available. .

XRAppearanceObject.TextOptions Property

Overrides the AppearanceObject.TextOptions property to hide it.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

[Browsable(false)]
public override PrintTextOptions TextOptions { get; }

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