Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

DraftViewLayoutOptions Class

Contains settings which affect the layout of the Draft view.

Namespace: DevExpress.XtraRichEdit

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

[ComVisible(true)]
public class DraftViewLayoutOptions :
    ViewLayoutOptionsBase

Remarks

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

Inheritance

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