PrintTextOptions.RightToLeft Property
Specifies the right-to-left text direction.
Namespace: DevExpress.PivotGrid.Printing
Assembly: DevExpress.PivotGrid.v26.1.Core.dll
Declaration
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 |
|
| .NET Reporting Tools | XRAppearanceObject |
|
Remarks
Use the RightToLeft property to change the text direction.
See Also