Skip to main content

QueryBuilderModel.RightToLeft Property

Specifies whether a right-to-left layout is enabled in the Query Builder user interface.

Namespace: DevExpress.XtraReports.Web.QueryBuilder

Assembly: DevExpress.XtraReports.v23.2.Web.dll

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

public bool RightToLeft { get; set; }

Property Value

Type Description
Boolean

true, if the Query Builder has the right-to-left UI orientation; otherwise, false.

See Also