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

RichEditDocumentSource.Source Property

Provides access to the object used as a document source.

Namespace: DevExpress.Xpf.RichEdit

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

Declaration

public object Source { get; }

Property Value

Type Description
Object

A Object that is the document source.

Remarks

The following data sources are supported:

See Also