Skip to main content
A newer version of this page is available. .

RichEditControl.DocumentViewDirection Property

Specifies the page order in Print Layout view and in Print Preview.

Namespace: DevExpress.Xpf.RichEdit

Assembly: DevExpress.Xpf.RichEdit.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.RichEdit, DevExpress.Wpf.RichEdit

Declaration

[DefaultValue(DocumentViewDirection.LeftToRight)]
public DocumentViewDirection DocumentViewDirection { get; set; }

Property Value

Type Default Description
DocumentViewDirection **LeftToRight**

One of the DocumentViewDirection enumeration values indicating the page order.

Remarks

Use the DocumentViewDirection property to specify the page order in Print Layout View and in Print Preview (when it displays multiple pages).

See Also