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

RepositoryItemRichTextEdit.OptionsBehavior Property

Provides access to an object that enables you to apply restrictions on different editor operations.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraRichEdit.v18.2.dll

Declaration

[DXCategory("Behavior")]
public RichTextEditBehaviorOptions OptionsBehavior { get; }

Property Value

Type Description
RichTextEditBehaviorOptions

A RichTextEditBehaviorOptions class instance containing restriction specifications.

See Also