DraftView Class
In This Article
Represents a draft view of the Rich Edit control.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v14.2.Core.dll
#Declaration
#Returned By
The RichEditViewRepository.DraftView property returns an instance of DraftView.
#Remarks
The draft view is the view without pagination. It does not display complex formatting features pertinent to the page layout. Use it for the simplest representation of the document.
#Inheritance
See Also