Skip to main content

RichEditViewRepository Class

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

Namespace: DevExpress.XtraRichEdit

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

#Declaration

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

#Returned By

The RichEditControl.Views property returns an instance of RichEditViewRepository.

#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