Skip to main content

ASPxWebDocumentViewer.RightToLeft Property

Specifies whether or not a right-to-left layout is enabled in the Web Document Viewer user interface.

Namespace: DevExpress.XtraReports.Web

Assembly: DevExpress.XtraReports.v23.2.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

Declaration

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

Property Value

Type Default Description
DefaultBoolean Default

A DefaultBoolean value.

Available values:

Name Description Return Value
True

The value is true.

0

False

The value is false.

1

Default

The value is specified by a global option or a higher-level object.

2

See Also