Skip to main content
All docs
V25.1
  • DevExpress v25.1 Update — Your Feedback Matters

    Our What's New in v25.1 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

    DocumentViewDirection Enum

    Lists values indicating the page order in Print Layout view and in Print Preview.

    Namespace: DevExpress.XtraRichEdit

    Assembly: DevExpress.RichEdit.v25.1.Core.dll

    NuGet Package: DevExpress.RichEdit.Core

    #Declaration

    public enum DocumentViewDirection

    #Members

    Name Description
    LeftToRight

    Pages are displayed in left to right order.

    RightToLeft

    Pages are displayed in right to left order.

    #Related API Members

    The following properties accept/return DocumentViewDirection values:

    Library Related API Members
    WinForms Controls RichEditControl.DocumentViewDirection
    WPF Controls RichEditControl.DocumentViewDirection
    Office File API IRichEditControl.DocumentViewDirection

    #Remarks

    The following properties use values listed in the DocumentViewDirection enumeration:

    See Also