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

RichEditLayoutOptions.SimpleView Property

Provides access to options specific for the layout of the Simple view.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v19.1.Core.dll

Declaration

public SimpleViewLayoutOptions SimpleView { get; }

Property Value

Type Description
SimpleViewLayoutOptions

A SimpleViewLayoutOptions object instance containing specific options.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to SimpleView
WinForms Controls SnapControlOptions
.Layout.SimpleView
RichEditControlOptions
.Layout.SimpleView
WPF Controls RichEditControlOptions
.Layout.SimpleView
Office File API RichEditControlOptionsBase
.Layout.SimpleView

Remarks

The SimpleView is accessible using the RichEditControl.Options.Layout.SimpleView or RichEditDocumentServer.Options.Layout.SimpleView notation.

See Also