RichEditControlOptionsBase.Layout Property
In This Article
Provides access to RichEditControl options that affect layout and display.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
public RichEditLayoutOptions Layout { get; }
#Property Value
Type | Description |
---|---|
Rich |
A Rich |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Layout |
---|---|
IRich |
|
Rich |
|
#Remarks
To access the Layout property you can use the RichEditControl.Options.Layout notation.
See Also