DxHtmlElement.FindElementsByTag(String) Method
Returns all of this element’s Children collection items that have the specific tag.
Namespace: DevExpress.Utils.Html
Assembly: DevExpress.Data.Desktop.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| name | String | The tag to find. |
Returns
| Type | Description |
|---|---|
| IEnumerable<DxHtmlElement> | The collection of child elements with the given tag. |
See Also