---
title: alwaysUsesMultipleValuesMarker
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsarraycontroller/alwaysusesmultiplevaluesmarker
---

# alwaysUsesMultipleValuesMarker

A Boolean value that indicates whether the receiver always returns the multiple values marker when multiple objects are selected

## Declaration

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

## Discussion

Discussion The default is false. Setting to true can increase performance if your application doesn’t allow editing multiple values. This property is observable using key-value observing.

## See Also

### Selection Attributes

- [avoidsEmptySelection](appkit/nsarraycontroller/avoidsemptyselection.md)
- [preservesSelection](appkit/nsarraycontroller/preservesselection.md)
