Skip to main content

XRCheckBox.RightToLeft Property

Specifies the orientation of the XRCheckBox‘s content.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

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

Property Value

Type Description
RightToLeft

A RightToLeft enumeration value.

See Also