Skip to main content

IDocument.IsRightToLeftLayout Property

For internal use. Specifies the orientation of the document’s content.

Namespace: DevExpress.DocumentView

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

bool IsRightToLeftLayout { get; }

Property Value

Type Description
Boolean

true, if the right-to-left layout is enabled; otherwise, false.

See Also