# hasVisibleChildren

> Does it have visible child properties? (Read Only)

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor](/engine/6000.5/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public bool hasVisibleChildren { get; }
```

### Remarks

Additional Resources: [SerializedProperty.hasChildren](/engine/6000.5/script-reference/unityeditor/serializedproperty/haschildren.md), [SerializedProperty.NextVisible](/engine/6000.5/script-reference/unityeditor/serializedproperty/nextvisible.md), [HideInInspector](/engine/6000.5/script-reference/unityengine/hideininspector.md).
