Skip to main content

XRPivotGrid.RightToLeft Property

Specifies the orientation of the content within the Pivot Grid’s cells.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

[Browsable(true)]
public override RightToLeft RightToLeft { get; set; }

Property Value

Type Description
RightToLeft

A RightToLeft enumeration value.

Remarks

The following images illustrate the RightToLeft property in action.

RightToLeft = false RightToLeft = true
xrpivotgrid-right-to-left-false xrpivotgrid-right-to-left-true
See Also