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

RichEditDocumentContent(DocumentFormat, Object) Constructor

Initializes a new instance of the RichEditDocumentContent class with the specified settings.

Namespace: DevExpress.Xpf.RichEdit

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

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

Declaration

public RichEditDocumentContent(
    DocumentFormat format,
    object content
)

Parameters

Name Type Description
format DocumentFormat

A DocumentFormat enumeration member, specifying the format of the document.

content Object

An object that represents the control’s content.

See Also