IRichEditDocumentServer.CreateNewDocument(Boolean) Method
In This Article
Creates a new blank document.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
#Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
raise |
Boolean | False | true to raise the IRich |
#Returns
Type | Description |
---|---|
Boolean | true to create a new document; otherwise false. |
See Also