ASPxClientButtonClickEventArgs.cancelEventAndBubble Property
In This Article
Specifies whether both the event’s default action and the event’s bubbling upon the hierarchy of event handlers should be canceled.
#Declaration
TypeScript
cancelEventAndBubble: boolean
#Property Value
Type | Description |
---|---|
boolean |
|
See Also