RichEditControl.DocumentViewDirection Property
In This Article
Specifies the page order in Print Layout view and in Print Preview.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.XtraRichEdit.v24.2.dll
NuGet Package: DevExpress.Win.RichEdit
#Declaration
[DefaultValue(DocumentViewDirection.LeftToRight)]
[DXCategory("Layout")]
public DocumentViewDirection DocumentViewDirection { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Document |
Left |
One of the Document |
Available values:
Name | Description |
---|---|
Left |
Pages are displayed in left to right order. |
Right |
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