Namespace:DevExpress.Web.ASPxHtmlEditor
Assembly:DevExpress.Web.ASPxHtmlEditor.v18.1.dll

Syntax
C# |
public string CustomDialogOpened { get; set; }
|
VB |
Public Property CustomDialogOpened As String
|
Property value
Type: String
A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.
The default is String.Empty.

See Also