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

DXRichEditBehaviorOptions.RightToLeftTextDirectionAllowed Property

Namespace: DevExpress.Xpf.RichEdit

Assembly: DevExpress.Xpf.RichEdit.v18.2.dll

Declaration

[Browsable(false)]
public bool RightToLeftTextDirectionAllowed { get; }

Property Value

Type
Boolean

Property Paths

You can access this nested property as listed below:

Object Type Path to RightToLeftTextDirectionAllowed
RichEditControl
.BehaviorOptions.RightToLeftTextDirectionAllowed
See Also