Back to Devexpress

RichEditLayoutOptions Class

officefileapi-devexpress-dot-xtrarichedit-9eb4c8c0.md

latest2.1 KB
Original Source

RichEditLayoutOptions Class

Represents the class containing miscellaneous layout options.

Namespace : DevExpress.XtraRichEdit

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
[ComVisible(true)]
public class RichEditLayoutOptions :
    RichEditNotificationOptions
vb
<ComVisible(True)>
Public Class RichEditLayoutOptions
    Inherits 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.

Implements

INotifyPropertyChanged

Inheritance

Object ViewStatePersisterCore BaseOptions RichEditNotificationOptions RichEditLayoutOptions

See Also

RichEditLayoutOptions Members

Layout

DevExpress.XtraRichEdit Namespace