Back to Devexpress

RichEditControlOptionsBase.Layout Property

officefileapi-devexpress-dot-xtrarichedit-dot-richeditcontroloptionsbase-6d31c91c.md

latest1.9 KB
Original Source

RichEditControlOptionsBase.Layout Property

Provides access to RichEditControl options that affect layout and display.

Namespace : DevExpress.XtraRichEdit

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public RichEditLayoutOptions Layout { get; }
vb
Public ReadOnly Property Layout As RichEditLayoutOptions

Property Value

TypeDescription
RichEditLayoutOptions

A RichEditLayoutOptions object containing specific options.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to Layout
IRichEditDocumentServer

.Options .Layout

| | RichEditDocumentServer |

.Options .Layout

|

Remarks

To access the Layout property you can use the RichEditControl.Options.Layout notation.

See Also

RichEditControlOptionsBase Class

RichEditControlOptionsBase Members

DevExpress.XtraRichEdit Namespace