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

RichEditDocumentContent.Content Property

Gets the RichEditControl’s content. This is a dependency property.

Namespace: DevExpress.Xpf.RichEdit

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

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

Declaration

public readonly object Content { get; }

Property Value

Type Description
Object

An object representing the control’s content.

See Also