Skip to main content

RichEditControl.Model Property

For internal use.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.XtraRichEdit.v23.1.dll

NuGet Package: DevExpress.Win.RichEdit

Declaration

[Browsable(false)]
public DocumentModelAccessor Model { get; }

Property Value

Type Description
DevExpress.XtraRichEdit.Model.DocumentModelAccessor

 

Remarks

Use of this property is restricted to special cases, and therefore must be authorized by the DevExpress team in order to avoid problems which are difficult to diagnose.

See Also