Skip to main content
All docs
V25.1
  • ReportDesignerSettingsBase.RightToLeft Property

    Enables or disables a right-to-left layout in the Web Report Designer user interface.

    Namespace: DevExpress.XtraReports.Web.ReportDesigner

    Assembly: DevExpress.Data.v25.1.dll

    NuGet Package: DevExpress.Data

    #Declaration

    [DataMember(Name = "rightToLeft", EmitDefaultValue = false)]
    public bool RightToLeft { get; set; }

    #Property Value

    Type Description
    Boolean

    true to enable the right-to-left layout in the Report Designer UI; otherwise, false.

    #Property Paths

    You can access this nested property as listed below:

    Object Type Path to RightToLeft
    ReportDesignerModelSettings
    .DesignerModelSettings .RightToLeft
    See Also