ClientControlContentBuilderBase<TSettings, TImpl>.RightToLeft(Boolean) Method
In This Article
Enables or disables a right-to-left layout in the reporting component user interface.
Namespace: DevExpress.AspNetCore.Reporting
Assembly: DevExpress.AspNetCore.Reporting.v24.2.dll
NuGet Package: DevExpress.AspNetCore.Reporting
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
right |
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