Skip to main content
A newer version of this page is available. .

LayoutGroup.GetChildrenCount() Method

Gets the number of all nested child items.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v19.1.dll

Declaration

public int GetChildrenCount()

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