CollectionViewLink.RightToLeftLayout Property
Specifies the orientation (flow direction) of the CollectionViewLink‘s content.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v24.1.dll
NuGet Package: DevExpress.Wpf.Printing
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, to use the right-to-left content orientation; otherwise, false. |
Remarks
To support right-to-left languages in created documents, set the RightToLeftLayout property to true.
To control the orientation of specific document elements, use the ExportSettings.FlowDirection property.
Note
When printing controls implementing the IPrintableControl interface (such as GridControl or PivotGridControl), the document’s content orientation is set automatically, based on the FlowDirection setting of this control.