Skip to main content
A newer version of this page is available. .

DXRichEditBehaviorOptions Class

Contains options to restrict an end-user’s ability to manage a document within the RichEditControl.

Namespace: DevExpress.Xpf.RichEdit

Assembly: DevExpress.Xpf.RichEdit.v18.2.dll

Declaration

public class DXRichEditBehaviorOptions :
    DXRichEditOptionsBase<RichEditBehaviorOptions>

The following members return DXRichEditBehaviorOptions objects:

Remarks

A DXRichEditBehaviorOptions instance is returned by the RichEditControl.BehaviorOptions property.

Inheritance

Object
DispatcherObject
DependencyObject
Freezable
DevExpress.Xpf.RichEdit.DXRichEditOptionsBase<RichEditBehaviorOptions>
DXRichEditBehaviorOptions
See Also