Skip to main content
All docs
V25.1
  • 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.1.dll

    NuGet Packages: DevExpress.Data.Desktop, DevExpress.ExpressApp.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