---
title: allowsMultipleSelection
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsbrowser/allowsmultipleselection
---

# allowsMultipleSelection

A Boolean that indicates whether the user can select multiple items.

## Declaration

```swift
var allowsMultipleSelection: Bool { get set }
```

## Discussion

Discussion When the value of this property is true, the browser allows the user to select multiple items at once.

## See Also

### Managing Selection Behavior

- [allowsBranchSelection](appkit/nsbrowser/allowsbranchselection.md)
- [allowsEmptySelection](appkit/nsbrowser/allowsemptyselection.md)
- [selectedRowIndexes(inColumn:)](appkit/nsbrowser/selectedrowindexes(incolumn:).md)
- [selectRowIndexes(_:inColumn:)](appkit/nsbrowser/selectrowindexes(_:incolumn:).md)
- [allowsTypeSelect](appkit/nsbrowser/allowstypeselect.md)
