Skip to main content

RichEditControl.ActiveViewType Property

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

public RichEditViewType ActiveViewType { get; set; }

#Property Value

Type Description
RichEditViewType

A RichEditViewType enumeration value specifying the active View type.

#Remarks

To access the current View of the RichEdit control, use the RichEditControl.ActiveView property.

See Also