Skip to main content

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.v23.2.dll

NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.RichEdit, DevExpress.Win.TreeMap

Declaration

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

Property Value

Type Description
RichTextEditBehaviorOptions

A RichTextEditBehaviorOptions class instance containing restriction specifications.

See Also