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

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