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.v24.1.dll
NuGet Packages: DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design
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