RichEditControl.ActiveViewType Property
In This Article
Gets or sets the type of the View which is currently used by the RichEdit to show the document.
Namespace: DevExpress.Xpf.RichEdit
Assembly: DevExpress.Xpf.RichEdit.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Rich |
A Rich |
#Remarks
To access the current View of the RichEdit control, use the RichEditControl.ActiveView property.
See Also