RichEditControl.ActiveViewType Property
Gets or sets the type of the View, currently used by the RichEditControl to show the document. This is a dependency property.
Namespace: DevExpress.Xpf.RichEdit
Assembly: DevExpress.Xpf.RichEdit.v20.2.dll
Declaration
Property Value
Type | Description |
---|---|
RichEditViewType | A RichEditViewType enumeration value, specifying the active View type. |
Remarks
Use the RichEditControl.ActiveViewType property to change the View. End users can change the current view using the Document Views buttons on the View ribbon tab.
These buttons execute the following commands:
The RichEditControl.ActiveViewChanged event is raised when the active view changes.
The RichEditControl.ActiveView property provides access to the currently active view. The returned RichEditView object options allow you to customize the target view.