Back to Devexpress

SimpleView Class

officefileapi-devexpress-dot-xtrarichedit-82273877.md

latest2.6 KB
Original Source

SimpleView Class

Represents a simple view of the Rich Edit control.

Namespace : DevExpress.XtraRichEdit

Assembly : DevExpress.RichEdit.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
[ComVisible(true)]
public class SimpleView :
    RichEditView
vb
<ComVisible(True)>
Public Class SimpleView
    Inherits RichEditView

The following members return SimpleView objects:

Remarks

This view does not provide document pagination and is suitable for typing and spell checking.

The Simple view looks as illustrated in the following picture.

To switch to the view, set the RichEditControl.ActiveViewType property to the RichEditViewType.Simple value or execute the SwitchToSimpleViewCommand command.

Some options specific for the SimpleView can be set using the SimpleViewLayoutOptions class instance.

Tip

The view of the RichEditControl which is currently in use is accessible by the RichEditControl.ActiveView property.

Implements

INotifyPropertyChanged

IDisposable

Inheritance

Object RichEditView SimpleView

See Also

SimpleView Members

Views in Rich Text Editor for WinForms

How To: Add Line Numbering in the Rich Text Editor

DevExpress.XtraRichEdit Namespace