Skip to main content
A newer version of this page is available. .

RichEditLayoutOptions Class

Represents the class containing miscellaneous layout options.

Namespace: DevExpress.XtraRichEdit

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

Declaration

[ComVisible(true)]
public class RichEditLayoutOptions :
    RichEditNotificationOptions

The following members return RichEditLayoutOptions objects:

Remarks

An instance of the RichEditLayoutOptions class is accessible via the RichEditControlOptionsBase.Layout property. For the RichEditControl object you can use the RichEditControl.Options.Layout notation. Use the RichEditDocumentServer.Options.Layout notation for the RichEditDocumentServer instance.

See Also