Skip to main content

CollectionViewLink.RightToLeftLayout Property

Specifies the orientation (flow direction) of the CollectionViewLink‘s content.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v23.2.dll

NuGet Package: DevExpress.Wpf.Printing

Declaration

public bool RightToLeftLayout { get; set; }

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.

See Also