Back to Devexpress

OptionsView.RightToLeftMirroringApplied Property

windowsforms-devexpress-dot-xtralayout-dot-optionsview-1d5d9f37.md

latest2.1 KB
Original Source

OptionsView.RightToLeftMirroringApplied Property

Gets or sets whether the RightToLeft setting has been changed.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(false)]
public bool RightToLeftMirroringApplied { get; set; }
vb
<DefaultValue(False)>
Public Property RightToLeftMirroringApplied As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true if the RightToLeft setting has been changed; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to RightToLeftMirroringApplied
LayoutControl

.OptionsView .RightToLeftMirroringApplied

|

Remarks

You can specify the RightToLeft setting for a form or for the LayoutControl.

When the RightToLeft setting is toggled, the LayoutControl horizontally flips the layout of controls and sets the RightToLeftMirroringApplied property to true to indicate that the control mirroring has been done and no further mirroring is required.

If you want to revert to the layout of controls that existed before mirroring was applied, first set the RightToLeftMirroringApplied property to false and then toggle the RightToLeft setting.

See Also

OptionsView Class

OptionsView Members

DevExpress.XtraLayout Namespace