Skip to main content
All docs
V25.1
  • DxHtmlElementEventArgs.HasTag(String, Boolean) Method

    Namespace: DevExpress.Utils.Html

    Assembly: DevExpress.Data.Desktop.v25.1.dll

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

    Declaration

    public bool HasTag(
        string tagName,
        bool includeAncestors = true
    )

    Parameters

    Name Type
    tagName String

    Optional Parameters

    Name Type Default
    includeAncestors Boolean True

    Returns

    Type
    Boolean
    See Also