Skip to main content

DraftViewLayoutOptions Class

Contains settings which affect the layout of the Draft view.

Namespace: DevExpress.XtraRichEdit

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

#Declaration

[ComVisible(true)]
public class DraftViewLayoutOptions :
    ViewLayoutOptionsBase

#Returned By

The RichEditLayoutOptions.DraftView property returns an instance of DraftViewLayoutOptions.

#Remarks

Use RichEditControl.Options.Layout.DraftView notation to get access to the DraftViewLayoutOptions instance.

#Inheritance

Object
ViewStatePersisterCore
BaseOptions
RichEditNotificationOptions
DevExpress.XtraRichEdit.ViewLayoutOptionsBase
DraftViewLayoutOptions
See Also