DxHtmlElement.FindElementsByClass(String) Method
Returns all of this element’s Children collection items that are styled with the target CSS class.
Namespace: DevExpress.Utils.Html
Assembly: DevExpress.Data.Desktop.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| class | String | The name of a CSS style to find. |
Returns
| Type | Description |
|---|---|
| IEnumerable<DxHtmlElement> | The list of found HTML elements. |
See Also