ASPxClientHtmlEditorCustomDialogClosedEventArgs.data Property
In This Article
Gets an object associated with the closed dialog.
#Declaration
TypeScript
data: any
#Property Value
Type | Description |
---|---|
any | An object containing custom data associated with dialog closing. |
See Also