---
title: canSelectNext
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsarraycontroller/canselectnext
---

# canSelectNext

A Boolean value indicating whether the next object, relative to the current selection, in the receiver’s content array can be selected

## Declaration

```swift
var canSelectNext: Bool { get }
```

## Discussion

Discussion This property can be used by a binding to enable user interface items. This property is observable using key-value observing.

## See Also

### Managing selections

- [selectionIndex](appkit/nsarraycontroller/selectionindex.md)
- [setSelectionIndex(_:)](appkit/nsarraycontroller/setselectionindex(_:).md)
- [selectsInsertedObjects](appkit/nsarraycontroller/selectsinsertedobjects.md)
- [setSelectionIndexes(_:)](appkit/nsarraycontroller/setselectionindexes(_:).md)
- [selectionIndexes](appkit/nsarraycontroller/selectionindexes.md)
- [addSelectionIndexes(_:)](appkit/nsarraycontroller/addselectionindexes(_:).md)
- [removeSelectionIndexes(_:)](appkit/nsarraycontroller/removeselectionindexes(_:).md)
- [setSelectedObjects(_:)](appkit/nsarraycontroller/setselectedobjects(_:).md)
- [selectedObjects](appkit/nsarraycontroller/selectedobjects.md)
- [addSelectedObjects(_:)](appkit/nsarraycontroller/addselectedobjects(_:).md)
- [removeSelectedObjects(_:)](appkit/nsarraycontroller/removeselectedobjects(_:).md)
- [selectNext(_:)](appkit/nsarraycontroller/selectnext(_:).md)
- [selectPrevious(_:)](appkit/nsarraycontroller/selectprevious(_:).md)
- [canSelectPrevious](appkit/nsarraycontroller/canselectprevious.md)
