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.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| Int32 | The number of HTML elements owned by this element. |
See Also