Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

RichEditViewRepository Class

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

Namespace: DevExpress.XtraRichEdit

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

[TypeConverter(typeof(ExpandableObjectConverter))]
[ComVisible(true)]
public abstract class RichEditViewRepository :
    IDisposable

The following members return RichEditViewRepository objects:

Library Related API Members
WinForms Controls RichEditControl.Views
WPF Controls RichEditControl.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.

Inheritance

Object
RichEditViewRepository
See Also