Skip to main content
All docs
V25.1
  • 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.v25.1.dll

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

    Declaration

    public IEnumerable<DxHtmlElement> FindElementsByClass(
        string class
    )

    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