Skip to main content

RichEditControlOptionsBase.Layout Property

Provides access to RichEditControl options that affect layout and display.

Namespace: DevExpress.XtraRichEdit

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

#Declaration

public RichEditLayoutOptions Layout { get; }

#Property Value

Type Description
RichEditLayoutOptions

A RichEditLayoutOptions object containing specific options.

#Property Paths

You can access the RichEditControlOptionsBase.Layout property from the following objects:

Object Type Path to Layout
RichEditControl
.Options.Layout
See Also