Skip to main content
A newer version of this page is available. .

XlExportOptionsBase.RightToLeftDocument Property

Gets or sets whether the layout of the resulting XLS document should be aligned to support locales using right-to-left fonts.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v21.1.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

[DefaultValue(DefaultBoolean.Default)]
public DefaultBoolean RightToLeftDocument { get; set; }

Property Value

Type Default Description
DefaultBoolean **Default**

A value indicating whether the document layout is aligned to support locales using right-to-left fonts.

Available values:

Name Description
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The default behavior determined by the control’s logic.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to RightToLeftDocument
Cross-Platform Class Library ExportOptions
.Xls .RightToLeftDocument
WPF Controls ExportOptionsContainer
.Xls .RightToLeftDocument

Remarks

The Default property value is equivalent to False.

See Also