ASPxClientHtmlEditor.GetDesignViewDocument Method
In This Article
Returns the document object generated by an iframe element within a design view area.
#Declaration
TypeScript
GetDesignViewDocument(): any
#Returns
Type | Description |
---|---|
any | A document object specifying the design view area content. |
#Remarks
If the ASPxHtmlEditorSettings.AllowDesignView property is set to false
the GetDesignViewDocument methods returns null.
See Also