Skip to main content

RichEditControl.Model Property

Provides access to a document model. This property is not intended for public use.

Namespace: DevExpress.Xpf.RichEdit

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

#Declaration

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

#Property Value

Type Description
DevExpress.XtraRichEdit.Model.DocumentModelAccessor

An object representing the document model.

#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.

#Implements

See Also