officefileapi-devexpress-dot-xtrarichedit-de583955.md
Contains settings which affect the layout of the Draft view.
Namespace : DevExpress.XtraRichEdit
Assembly : DevExpress.RichEdit.v25.2.Core.dll
NuGet Package : DevExpress.RichEdit.Core
[ComVisible(true)]
public class DraftViewLayoutOptions :
ViewLayoutOptionsBase
<ComVisible(True)>
Public Class DraftViewLayoutOptions
Inherits ViewLayoutOptionsBase
The following members return DraftViewLayoutOptions objects:
Use RichEditControl.Options.Layout.DraftView or RichEditDocumentServer.Options.Layout.DraftView notation to get access to the DraftViewLayoutOptions instance.
Object ViewStatePersisterCore BaseOptions RichEditNotificationOptions DevExpress.XtraRichEdit.ViewLayoutOptionsBase DraftViewLayoutOptions
See Also