Skip to main content
A newer version of this page is available. .

RichTextEditBehaviorOptions Class

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

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraRichEdit.v19.1.dll

Declaration

public class RichTextEditBehaviorOptions :
    RichEditBehaviorOptions

The following members return RichTextEditBehaviorOptions objects:

Remarks

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

See Also