Skip to main content
A newer version of this page is available. .
All docs
V22.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.v22.2.dll

NuGet Packages: DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design, DevExpress.Win.Dashboard.Design, DevExpress.Win.Design

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