PrintAppearanceObject.TextOptions Property
Overrides the AppearanceObject.TextOptions property to hide it.
Namespace: DevExpress.PivotGrid.Printing
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public virtual PrintTextOptions TextOptions { get; }
Property Value
Type | Description |
---|---|
PrintTextOptions | A PrintTextOptions value. |
Remarks
This property is overridden to hide the corresponding property of the AppearanceObject class, because the TextOptions property is inappropriate for PrintAppearanceObject.
See Also