Back to Devexpress

RichEditControl.DocumentViewDirection Property

windowsforms-devexpress-dot-xtrarichedit-dot-richeditcontrol-e3fd2997.md

latest1.8 KB
Original Source

RichEditControl.DocumentViewDirection Property

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

Namespace : DevExpress.XtraRichEdit

Assembly : DevExpress.XtraRichEdit.v25.2.dll

NuGet Package : DevExpress.Win.RichEdit

Declaration

csharp
[DefaultValue(DocumentViewDirection.LeftToRight)]
[DXCategory("Layout")]
public DocumentViewDirection DocumentViewDirection { get; set; }
vb
<DXCategory("Layout")>
<DefaultValue(DocumentViewDirection.LeftToRight)>
Public Property DocumentViewDirection As DocumentViewDirection

Property Value

TypeDefaultDescription
DocumentViewDirectionLeftToRight

One of the DocumentViewDirection enumeration values indicating the page order.

|

Available values:

NameDescription
LeftToRight

Pages are displayed in left to right order.

| | RightToLeft |

Pages are displayed in right to left 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

RichEditControl Class

RichEditControl Members

DevExpress.XtraRichEdit Namespace