Skip to main content
All docs
V25.1
  • DxHtmlElementEventArgs.SuppressOwnerEvent Property

    Specifies whether a control whose HTML element triggered this event should raise its own related event. See any “HtmlElementMouse~” event description for more information (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 SuppressOwnerEvent { get; set; }

    #Property Value

    Type Description
    Boolean

    true if a parent control’s own event should not fire; otherwise, false.

    See Also