ASPxClientUtils.PreventDragStart(htmlEvent) Method
Removes mouse capture from the specified event’s source object.
Declaration
static PreventDragStart(
htmlEvent: any
): boolean
Parameters
| Name | Type | Description |
|---|---|---|
| htmlEvent | any | An object that specifies the required HTML event. |
Returns
| Type | Description |
|---|---|
| boolean | Always |
See Also