Back to Devexpress

ASPxWebDocumentViewer.RightToLeft Property

xtrareports-devexpress-dot-xtrareports-dot-web-dot-aspxwebdocumentviewer-bd3078b7.md

latest1.9 KB
Original Source

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.v25.2.Web.WebForms.dll

NuGet Package : DevExpress.Web.Reporting

Declaration

csharp
[DefaultValue(DefaultBoolean.Default)]
public DefaultBoolean RightToLeft { get; set; }
vb
<DefaultValue(DefaultBoolean.Default)>
Public Property RightToLeft As DefaultBoolean

Property Value

TypeDefaultDescription
DefaultBooleanDefault

A DefaultBoolean value.

|

Available values:

NameDescriptionReturn 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

Right to Left Support

ASPxWebDocumentViewer Class

ASPxWebDocumentViewer Members

DevExpress.XtraReports.Web Namespace