Skip to main content

RichEditLayoutOptions Class

Represents the class containing miscellaneous layout options.

Namespace: DevExpress.XtraRichEdit

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

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