Back to Devexpress

LayoutGroup.GetChildrenCount() Method

wpf-devexpress-dot-xpf-dot-docking-dot-layoutgroup-1073f35f.md

latest1.2 KB
Original Source

LayoutGroup.GetChildrenCount() Method

Gets the number of all nested child items.

Namespace : DevExpress.Xpf.Docking

Assembly : DevExpress.Xpf.Docking.v25.2.dll

NuGet Package : DevExpress.Wpf.Docking

Declaration

csharp
public int GetChildrenCount()
vb
Public Function GetChildrenCount As Integer

Returns

TypeDescription
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

LayoutGroup Class

LayoutGroup Members

DevExpress.Xpf.Docking Namespace