Back to Devexpress

DxDocumentViewerBase.RightToLeft Property

xtrareports-devexpress-dot-blazor-dot-reporting-dot-dxdocumentviewerbase-c298658f.md

latest1.3 KB
Original Source

DxDocumentViewerBase.RightToLeft Property

Gets or sets whether to enable a right-to-left layout in the Document Viewer’s UI.

Namespace : DevExpress.Blazor.Reporting

Assembly : DevExpress.Blazor.Reporting.v25.2.JSBasedControls.Common.dll

NuGet Package : DevExpress.Blazor.Reporting.JSBasedControls.Common

Declaration

csharp
[Parameter]
public bool RightToLeft { get; set; }
vb
<Parameter>
Public Property RightToLeft As Boolean

Property Value

TypeDescription
Boolean

true to enable the RTL layout; otherwise, false.

|

See Also

DxDocumentViewerBase Class

DxDocumentViewerBase Members

DevExpress.Blazor.Reporting Namespace