LayoutGroup.GetChildrenCount() Method
Gets the number of all nested child items.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.1.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 LayoutGroup. |
Remarks
The GetChildrenCount methods returns the number of all nested child items (immediate children, child nested groups, their children and so on).
See Also