RichEditLayoutOptions Class
Represents the class containing miscellaneous layout options.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
Related API Members
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.
Implements
Inheritance
Object
ViewStatePersisterCore
BaseOptions
RichEditNotificationOptions
RichEditLayoutOptions
See Also