Skip to main content
A newer version of this page is available. .

DxReportDesigner.RightToLeft Property

Gets or sets whether right-to-left layout is enabled in UI.

Namespace: DevExpress.Blazor.Reporting

Assembly: DevExpress.Blazor.Reporting.v20.2.dll

NuGet Package: DevExpress.Blazor.Reporting

Declaration

[Parameter]
public bool RightToLeft { get; set; }

Property Value

Type Description
Boolean

True to enable RTL layout; otherwise, false.

See Also