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

PrintTextOptions.RightToLeft Property

Specifies the right-to-left text direction.

Namespace: DevExpress.PivotGrid.Printing

Assembly: DevExpress.PivotGrid.v18.2.Core.dll

Declaration

[XtraSerializableProperty]
public bool RightToLeft { get; set; }

Property Value

Type Description
Boolean

true, to display the text from right to left; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to RightToLeft
Cross-Platform Class Library PrintAppearanceObject
.TextOptions.RightToLeft
Reporting XRAppearanceObject
.TextOptions.RightToLeft

Remarks

Use the RightToLeft property to change the text direction.

See Also