Back to Devexpress

SimpleViewLayoutOptions Class

officefileapi-devexpress-dot-xtrarichedit-021ae9da.md

latest1.8 KB
Original Source

SimpleViewLayoutOptions Class

Contains settings which affect the layout of the Simple view.

Namespace : DevExpress.XtraRichEdit

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
[ComVisible(true)]
public class SimpleViewLayoutOptions :
    ViewLayoutOptionsBase
vb
<ComVisible(True)>
Public Class SimpleViewLayoutOptions
    Inherits ViewLayoutOptionsBase

The following members return SimpleViewLayoutOptions objects:

Remarks

Use RichEditControl.Options.Layout.SimpleView or RichEditDocumentServer.Options.Layout.SimpleView notation to get access to the SimpleViewLayoutOptions instance.

Implements

INotifyPropertyChanged

Inheritance

Object ViewStatePersisterCore BaseOptions RichEditNotificationOptions DevExpress.XtraRichEdit.ViewLayoutOptionsBase SimpleViewLayoutOptions

See Also

SimpleViewLayoutOptions Members

DevExpress.XtraRichEdit Namespace