Represents the storage of settings specifying end-user restrictions applied to document operations.
Namespace:DevExpress.XtraEditors.Repository
Assembly:DevExpress.XtraRichEdit.v19.2.dll

Syntax
C# |
public class RichTextEditBehaviorOptions : RichEditBehaviorOptions
|
VB |
Public Class RichTextEditBehaviorOptions Inherits RichEditBehaviorOptions
|

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

Inheritance Hierarchy

See Also