ReportDesignerSettingsBase.RightToLeft Property
In This Article
Enables or disables a right-to-left layout in the Web Report Designer user interface.
Namespace: DevExpress.XtraReports.Web.ReportDesigner
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
[DataMember(Name = "rightToLeft", EmitDefaultValue = false)]
public bool RightToLeft { get; set; }
#Property Value
Type | Description |
---|---|
Boolean |
|
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Right |
---|---|
Report |
|
See Also