Skip to main content

RichTextEditBehaviorOptions Class

Represents the storage of settings specifying end-user restrictions applied to document operations.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraRichEdit.v23.2.dll

NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.RichEdit, DevExpress.Win.TreeMap

Declaration

public class RichTextEditBehaviorOptions :
    RichEditBehaviorOptions

The following members return RichTextEditBehaviorOptions objects:

Remarks

An instance of the RichTextEditBehaviorOptions class is accessible via the RepositoryItemRichTextEdit.OptionsBehavior property.

See Also