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.v24.1.dll
NuGet Package: DevExpress.AspNetCore.Reporting
Declaration
Parameters
Name | Type | Description |
---|---|---|
rightToLeft | Boolean | True to enable a right-to-left layout in the reporting component UI. |
Returns
Type | Description |
---|---|
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