# bubbles

> Returns whether this event type bubbles up in the event propagation path during the BubbleUp phase.

## Definition

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

```csharp
public bool bubbles { get; protected set; }
```

### Remarks

Refer to the [Dispatch events](/engine/6000.6/manual/uitoolkits/uielements/uie-events/dispatching.md) manual page for more information and examples.

Additional Resources: [PropagationPhase.BubbleUp](/engine/6000.6/script-reference/unityengine/uielements/propagationphase/bubbleup.md)
