Back to Devexpress

RichEditViewRepository Class

officefileapi-devexpress-dot-xtrarichedit-61112157.md

latest2.2 KB
Original Source

RichEditViewRepository Class

Represents a repository for the views of the Rich Edit control.

Namespace : DevExpress.XtraRichEdit

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
[ComVisible(true)]
[TypeConverter(typeof(ExpandableObjectConverter))]
public abstract class RichEditViewRepository :
    IDisposable
vb
<TypeConverter(GetType(ExpandableObjectConverter))>
<ComVisible(True)>
Public MustInherit Class RichEditViewRepository
    Implements IDisposable

The following members return RichEditViewRepository objects:

LibraryRelated API Members
WinForms ControlsRichEditControl.Views
WPF ControlsRichEditControl.Views

Remarks

The RichEditViewRepository class represents the repository which holds the settings of the Views used to display the document in the RichEditControl. The view repository can be accessed via the RichEditControl.Views property.

The RichEditViewRepository.DraftView, RichEditViewRepository.SimpleView, and RichEditViewRepository.PrintLayoutView properties provide access to the settings of the corresponding views.

Implements

IDisposable

Inheritance

Object RichEditViewRepository

See Also

RichEditViewRepository Members

DevExpress.XtraRichEdit Namespace