Back to Devexpress

RichEditControlOptionsBase.Behavior Property

officefileapi-devexpress-dot-xtrarichedit-dot-richeditcontroloptionsbase-fe0c802c.md

latest1.9 KB
Original Source

RichEditControlOptionsBase.Behavior Property

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

Namespace : DevExpress.XtraRichEdit

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public RichEditBehaviorOptions Behavior { get; }
vb
Public ReadOnly Property Behavior As RichEditBehaviorOptions

Property Value

TypeDescription
RichEditBehaviorOptions

A RichEditBehaviorOptions class instance containing restriction specifications.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to Behavior
IRichEditDocumentServer

.Options .Behavior

| | RichEditDocumentServer |

.Options .Behavior

|

See Also

DocumentCapabilities

RichEditControlOptionsBase Class

RichEditControlOptionsBase Members

DevExpress.XtraRichEdit Namespace