RichEditView.Type Property
In This Article
Gets the RichEditControl View's type.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v14.2.Core.dll
#Declaration
#Property Value
Type | Description |
---|---|
Rich |
A Rich |
#Remarks
Use the RichEditControl.ActiveViewType property to set the view of the RichEditControl and the RichEditControl.ActiveView to get access to the currently active View.
See Also