PrintTextOptions.RightToLeft Property
Specifies the right-to-left text direction.
Namespace: DevExpress.PivotGrid.Printing
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
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