# isExpanded

> Indicates whether the item is expanded (true) or collapsed (false).

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.UIElements](/engine/6000.7/script-reference/unityengine/uielements.md)
* **Assembly:** UnityEngine.UIElementsModule

```csharp
public bool isExpanded { get; set; }
```
