DxHtmlElement.HasId(DxHtmlElement, String, Boolean) Method
Namespace: DevExpress.Utils.Html
Assembly: DevExpress.Data.Desktop.v26.1.dll
Declaration
public static bool HasId(
DxHtmlElement element,
string id,
bool includeAncestors = true
)
Parameters
| Name | Type |
|---|---|
| element | DxHtmlElement |
| id | String |
Optional Parameters
| Name | Type | Default |
|---|---|---|
| includeAncestors | Boolean | True |
Returns
| Type |
|---|
| Boolean |
See Also