Back to Devexpress

RichTextEditBehaviorOptions Class

windowsforms-devexpress-dot-xtraeditors-dot-repository-6005e2bc.md

latest1.9 KB
Original Source

RichTextEditBehaviorOptions Class

Represents the storage of settings specifying end-user restrictions applied to document operations.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraRichEdit.v25.2.dll

NuGet Package : DevExpress.Win.RichEdit

Declaration

csharp
public class RichTextEditBehaviorOptions :
    RichEditBehaviorOptions
vb
Public Class RichTextEditBehaviorOptions
    Inherits RichEditBehaviorOptions

The following members return RichTextEditBehaviorOptions objects:

Remarks

An instance of the RichTextEditBehaviorOptions class is accessible via the RepositoryItemRichTextEdit.OptionsBehavior property.

Inheritance

Object ViewStatePersisterCore BaseOptions RichEditNotificationOptions RichEditBehaviorOptions RichTextEditBehaviorOptions

See Also

RichTextEditBehaviorOptions Members

DevExpress.XtraEditors.Repository Namespace