officefileapi-devexpress-dot-xtrarichedit-9eb4c8c0.md
Represents the class containing miscellaneous layout options.
Namespace : DevExpress.XtraRichEdit
Assembly : DevExpress.RichEdit.v25.2.Core.dll
NuGet Package : DevExpress.RichEdit.Core
[ComVisible(true)]
public class RichEditLayoutOptions :
RichEditNotificationOptions
<ComVisible(True)>
Public Class RichEditLayoutOptions
Inherits RichEditNotificationOptions
The following members return RichEditLayoutOptions objects:
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.
Object ViewStatePersisterCore BaseOptions RichEditNotificationOptions RichEditLayoutOptions
See Also