Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

RichEditControlOptionsBase.Behavior Property

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

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v19.1.Core.dll

Declaration

public RichEditBehaviorOptions Behavior { get; }

Property Value

Type Description
RichEditBehaviorOptions

A RichEditBehaviorOptions class instance containing restriction specifications.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to Behavior
WinForms Controls SnapControl
.Options.Behavior
RichEditControl
.Options.Behavior
WPF Controls RichEditControl
.Options.Behavior
Office File API IRichEditDocumentServer
.Options.Behavior
RichEditDocumentServer
.Options.Behavior
Reporting SyntaxEditor
.Options.Behavior

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the Behavior property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also