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.v24.1.dll
NuGet Packages: DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design
Declaration
Property Value
Type | Description |
---|---|
Int32 | The number of HTML elements owned by this element. |
See Also