# hasMultipleSelectionSupport

> Returns true if the StackNode supports multiselection.

## Definition

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

```csharp
protected virtual bool hasMultipleSelectionSupport { get; }
```

### Remarks

Default behavior: returns false.
