Skip to main content

RichEditBehaviorOptions Class

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

Namespace: DevExpress.XtraRichEdit

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

#Declaration

[ComVisible(true)]
public class RichEditBehaviorOptions :
    RichEditNotificationOptions

#Returned By

The RichEditControlOptionsBase.Behavior property returns an instance of RichEditBehaviorOptions.

#Remarks

An instance of the RichEditBehaviorOptions class is accessible via the RichEditControlOptionsBase.Behavior property.

See Also