Skip to main content

RichEditControlOptionsBase.Behavior Property

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

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

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