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

RichEditControl.DocumentViewDirection Property

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

Namespace: DevExpress.Xpf.RichEdit

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

NuGet Package: 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.

Available values:

Name Description
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