Namespace:DevExpress.Web.ASPxRichEdit
Assembly:DevExpress.Web.ASPxRichEdit.v18.2.dll

Syntax
C# |
public string PointerDown { get; set; }
|
VB |
Public Property PointerDown 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