Back to Devexpress

ClientControlContentBuilderBase<TSettings, TImpl>.RightToLeft(Boolean) Method

xtrareports-devexpress-dot-aspnetcore-dot-reporting-dot-clientcontrolcontentbuilderbase-2-dot-righttoleft-x28-system-dot-boolean-x29.md

latest1.7 KB
Original Source

ClientControlContentBuilderBase<TSettings, TImpl>.RightToLeft(Boolean) Method

Enables or disables a right-to-left layout in the reporting component user interface.

Namespace : DevExpress.AspNetCore.Reporting

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

NuGet Package : DevExpress.AspNetCore.Reporting

Declaration

csharp
public TImpl RightToLeft(
    bool rightToLeft
)
vb
Public Function RightToLeft(
    rightToLeft As Boolean
) As TImpl

Parameters

NameTypeDescription
rightToLeftBoolean

True to enable a right-to-left layout in the reporting component UI.

|

Returns

TypeDescription
TImpl

A builder instance that can be used to further configure the reporting component.

|

Remarks

Automatically created View Model passes false as a parameter.

See Also

ClientControlContentBuilderBase<TSettings, TImpl> Class

ClientControlContentBuilderBase<TSettings, TImpl> Members

DevExpress.AspNetCore.Reporting Namespace