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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.RichEdit, DevExpress.Wpf.RichEdit

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