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.v21.2.Core.dll

NuGet Package: DevExpress.RichEdit.Core

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:

Object Type Path to Behavior
IRichEditDocumentServer
.Options .Behavior
RichEditDocumentServer
.Options .Behavior
See Also