Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

SimpleLink.RightToLeftLayout Property

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

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v24.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