Skip to main content

RichEditDocumentContent(DocumentFormat, Object) Constructor

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

Namespace: DevExpress.Xpf.RichEdit

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

NuGet Package: 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