Skip to main content
A newer version of this page is available. .
All docs
V22.2

DxHtmlElementEventArgs.HasId(String, Boolean) Method

Namespace: DevExpress.Utils.Html

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

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

Declaration

public bool HasId(
    string id,
    bool includeAncestors = true
)

Parameters

Name Type
id String

Optional Parameters

Name Type Default
includeAncestors Boolean True

Returns

Type
Boolean
See Also