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.2.dll
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 RightToLeft |
|---|---|
| ReportDesignerModelSettings |
|
See Also