Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

RichEditBehaviorOptions Class

Specifies the restricted operations that cannot be performed by end-users over a document.

Namespace: DevExpress.XtraRichEdit

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

[ComVisible(true)]
public class RichEditBehaviorOptions :
    RichEditNotificationOptions

Remarks

A RichEditBehaviorOptions instance is returned by the RichEditControlOptionsBase.Behavior property.

See Also