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

XRLabel.RightToLeft Property

Specifies the orientation of the XRLabel‘s content.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

[Browsable(true)]
public override RightToLeft RightToLeft { get; set; }

Property Value

Type Description
RightToLeft

A RightToLeft enumeration value.

Available values:

Name Description
No

The right-to-left feature is disabled.

Yes

The right-to-left feature is enabled.

Inherit

The right-to-left state is obtained from the control’s parent container.

Remarks

The following images illustrate the RightToLeft property in action.

RightToLeft = false RightToLeft = true
xrlabel-right-to-left-false xrlabel-right-to-left-true
See Also