Skip to main content

WebDocumentViewerBuilder.RightToLeft(Boolean) Method

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

Namespace: DevExpress.AspNetCore.Reporting.WebDocumentViewer

Assembly: DevExpress.AspNetCore.Reporting.v23.2.dll

NuGet Package: DevExpress.AspNetCore.Reporting

Declaration

public WebDocumentViewerBuilder RightToLeft(
    bool rightToLeft
)

Parameters

Name Type Description
rightToLeft Boolean

Indicates whether to enable a right-to-left layout in the Document Viewer UI.

Returns

Type Description
WebDocumentViewerBuilder

A WebDocumentViewerBuilder that can be used to further configure the Document Viewer.

Remarks

By default, false is passed as a parameter.

See Also