Skip to main content
All docs
V25.1
  • DxHtmlElement.ChildElementCount Property

    Returns the number of elements owned by this HTML element (the length of the DxHtmlElement.Children collection).

    Namespace: DevExpress.Utils.Html

    Assembly: DevExpress.Data.Desktop.v25.1.dll

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

    Declaration

    public int ChildElementCount { get; }

    Property Value

    Type Description
    Int32

    The number of HTML elements owned by this element.

    See Also