Back to Devexpress

RepositoryItemRichTextEdit.OptionsBehavior Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemrichtextedit-73e9740b.md

latest1.5 KB
Original Source

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

NuGet Package : DevExpress.Win.RichEdit

Declaration

csharp
[DXCategory("Behavior")]
public RichTextEditBehaviorOptions OptionsBehavior { get; }
vb
<DXCategory("Behavior")>
Public ReadOnly Property OptionsBehavior As RichTextEditBehaviorOptions

Property Value

TypeDescription
RichTextEditBehaviorOptions

A RichTextEditBehaviorOptions class instance containing restriction specifications.

|

See Also

RepositoryItemRichTextEdit Class

RepositoryItemRichTextEdit Members

DevExpress.XtraEditors.Repository Namespace