LayoutGroup.GetChildrenCount() Method
In This Article
Gets the number of all nested child items.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.2.dll
NuGet Package: DevExpress.Wpf.Docking
#Declaration
#Returns
Type | Description |
---|---|
Int32 | An integer value that specifies the total number of nested child items owned by the Layout |
#Remarks
The GetChildrenCount methods returns the number of all nested child items (immediate children, child nested groups, their children and so on).
See Also