Back to Devexpress

WebDocumentViewerSettingsBase.RightToLeft Property

corelibraries-devexpress-dot-xtrareports-dot-web-dot-webdocumentviewer-dot-webdocumentviewersettingsbase.md

latest1.4 KB
Original Source

WebDocumentViewerSettingsBase.RightToLeft Property

Enables or disables a right-to-left layout in the Web Document Viewer user interface.

Namespace : DevExpress.XtraReports.Web.WebDocumentViewer

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public bool RightToLeft { get; set; }
vb
Public Property RightToLeft As Boolean

Property Value

TypeDescription
Boolean

true to enable the right-to-left layout in the Document Viewer UI; otherwise, false.

|

See Also

WebDocumentViewerSettingsBase Class

WebDocumentViewerSettingsBase Members

DevExpress.XtraReports.Web.WebDocumentViewer Namespace