Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

RichEditViewRepository Class

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

Namespace: DevExpress.XtraRichEdit

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

NuGet Package: DevExpress.RichEdit.Core

#Declaration

[ComVisible(true)]
[TypeConverter(typeof(ExpandableObjectConverter))]
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.

#Implements

#Inheritance

Object
RichEditViewRepository
See Also