RichEditLayoutOptions.SimpleView Property
In This Article
Provides access to options specific for the layout of the Simple view.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
public SimpleViewLayoutOptions SimpleView { get; }
#Property Value
Type | Description |
---|---|
Simple |
A Simple |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Simple |
---|---|
Rich |
|
#Remarks
The SimpleView is accessible using the RichEditControl.Options.Layout.SimpleView or RichEditDocumentServer.Options.Layout.SimpleView notation.
See Also