---
title: childBehaviors
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uidynamicbehavior/childbehaviors
---

# childBehaviors

Returns the array of dynamic behaviors that are children of a custom dynamic behavior.

## Declaration

```swift
var childBehaviors: [UIDynamicBehavior] { get }
```

## Discussion

Discussion Only custom subclasses of the class can have child behaviors.

## See Also

### Configuring a dynamic behavior

- [action](uikit/uidynamicbehavior/action.md)
- [addChildBehavior(_:)](uikit/uidynamicbehavior/addchildbehavior(_:).md)
- [removeChildBehavior(_:)](uikit/uidynamicbehavior/removechildbehavior(_:).md)
