DxHtmlElementEventArgs.CancelBubble Property
Specifies whether this element should pass an event to its parent elements. See any “HtmlElementMouse~” event description for more information about bubbling (for example, WinExplorerView.HtmlElementMouseClick).
Namespace: DevExpress.Utils.Html
Assembly: DevExpress.Data.Desktop.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean | true to prevent an event from bubbling up along the element tree; otherwise, false. |
See Also