Skip to main content
All docs
V23.2

DxHtmlElementEventArgs.Bubbles Property

Returns whether this element can pass an event up along the tree, to its parent HTML elements. You can enable the CancelBubble property to stop an event at this control level. See any “HtmlElementMouse~” event description for more details on bubbling (for example, WinExplorerView.HtmlElementMouseClick).

Namespace: DevExpress.Utils.Html

Assembly: DevExpress.Data.Desktop.v23.2.dll

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

Declaration

public bool Bubbles { get; }

Property Value

Type Description
Boolean

true if this element can pass an event to its parent elements; otherwise, false.

See Also