Skip to main content
All docs
V22.1

DxHtmlElementEventArgs.ParentHasTag(String) Method

Namespace: DevExpress.Utils.Html

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

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

Declaration

public bool ParentHasTag(
    string tagName
)

Parameters

Name Type
tagName String

Returns

Type
Boolean
See Also