Skip to main content

RichEditLayoutOptions.SimpleView Property

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

Namespace: DevExpress.XtraRichEdit

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

#Declaration

public SimpleViewLayoutOptions SimpleView { get; }

#Property Value

Type Description
SimpleViewLayoutOptions

A SimpleViewLayoutOptions object instance containing specific options.

#Property Paths

You can access the RichEditLayoutOptions.SimpleView property from the following objects:

Object Type Path to SimpleView
RichEditControl
.Options.Layout.SimpleView
RichEditControlOptions
.Layout.SimpleView
RichEditControlOptionsBase
.Layout.SimpleView

#Remarks

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

See Also