---
title: maxValue
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsstepper/maxvalue
---

# maxValue

The stepper’s maximum value.

## Declaration

```swift
var maxValue: Double { get set }
```

## Discussion

Discussion The default is 59.

## See Also

### Related Documentation

- [Stepper Programming Topics](apple-archive/documentation/Cocoa/Conceptual/Steppers.md)

### Specifying value range

- [minValue](appkit/nsstepper/minvalue.md)
- [increment](appkit/nsstepper/increment.md)
