RichEditControl.ActiveView Property
In This Article
Gets the View currently used by the RichEdit control to show the document.
Namespace: DevExpress.Xpf.RichEdit
Assembly: DevExpress.Xpf.RichEdit.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Rich |
A Rich |
#Remarks
Note that to change the type of the currently active View, you should use the RichEditControl.ActiveViewType property.
See Also