Skip to main content

RichEditControl.ActiveView Property

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

[Browsable(false)]
public RichEditView ActiveView { get; }

#Property Value

Type Description
RichEditView

A RichEditView class instance, which is one of the views listed in the RichEditViewType enumeration.

#Remarks

Note that to change the type of the currently active View, you should use the RichEditControl.ActiveViewType property.

See Also