Back to Devexpress

DxHtmlElementEventArgs.CancelBubble Property

corelibraries-devexpress-dot-utils-dot-html-dot-dxhtmlelementeventargs-6d426fa3.md

latest1.5 KB
Original Source

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

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

Declaration

csharp
public bool CancelBubble { get; set; }
vb
Public Property CancelBubble As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

DxHtmlElementEventArgs Class

DxHtmlElementEventArgs Members

DevExpress.Utils.Html Namespace