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.v18.2.Core.dll

Declaration

[DefaultValue(DefaultBoolean.Default)]
[TypeConverter(typeof(DefaultBooleanConverter))]
[XtraSerializableProperty]
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 value is determined by the current object’s parent object setting (e.g., a control setting).

Property Paths

You can access this nested property as listed below:

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

Remarks

The Default property value is equivalent to False.

See Also