Skip to main content

PrintTextOptions.RightToLeft Property

Specifies the right-to-left text direction.

Namespace: DevExpress.PivotGrid.Printing

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

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