Back to Devexpress

XRCheckBox.RightToLeft Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrcheckbox-2dce71d0.md

latest1.6 KB
Original Source

XRCheckBox.RightToLeft Property

Specifies the orientation of the XRCheckBox‘s content.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[Browsable(true)]
public override RightToLeft RightToLeft { get; set; }
vb
<Browsable(True)>
Public Overrides Property RightToLeft As RightToLeft

Property Value

TypeDescription
RightToLeft

A RightToLeft enumeration value.

|

Available values:

NameDescription
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.

|

See Also

Right-To-Left Support

XRCheckBox Class

XRCheckBox Members

DevExpress.XtraReports.UI Namespace