RichEditDocumentContent(DocumentFormat, Object) Constructor
Initializes a new instance of the RichEditDocumentContent class with the specified settings.
Namespace: DevExpress.Xpf.RichEdit
Assembly: DevExpress.Xpf.RichEdit.v25.1.dll
NuGet Package: DevExpress.Wpf.RichEdit
Declaration
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