Skip to main content

ASPxRichEdit.New() Method

In This Article

Creates a document in the ASPxRichEdit.

Namespace: DevExpress.Web.ASPxRichEdit

Assembly: DevExpress.Web.ASPxRichEdit.v24.2.dll

NuGet Package: DevExpress.Web.Office

#Declaration

public void New()

#Remarks

Call the New method to create a document. The ASPxRichEdit sets the document’s DocumentId to a randomly generated GUID value.

See Also