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

RichEditControl.DocumentViewDirection Property

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.XtraRichEdit.v19.1.dll

Declaration

[DXCategory("Layout")]
[DefaultValue(DocumentViewDirection.LeftToRight)]
public DocumentViewDirection DocumentViewDirection { get; set; }

Property Value

Type Default
DevExpress.XtraRichEdit.DocumentViewDirection **LeftToRight**
See Also