Skip to main content

DraftView Class

Represents a draft view of the Rich Edit control.

Namespace: DevExpress.XtraRichEdit

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

#Declaration

[ComVisible(true)]
public class DraftView :
    PageBasedRichEditView

#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.

See Also