Back to Devexpress

DxHtmlElementEventArgs.Bubbles Property

corelibraries-devexpress-dot-utils-dot-html-dot-dxhtmlelementeventargs-26f30fb2.md

latest1.6 KB
Original Source

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

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

Declaration

csharp
public bool Bubbles { get; }
vb
Public ReadOnly Property Bubbles As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

DxHtmlElementEventArgs Class

DxHtmlElementEventArgs Members

DevExpress.Utils.Html Namespace