Skip to main content
All docs
V24.2

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.v24.2.dll

Declaration

public bool CancelBubble { get; set; }

Property Value

Type Description
Boolean

true to prevent an event from bubbling up along the element tree; otherwise, false.

See Also