---
title: title
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nssavepanel/title
---

# title

The title of the panel.

## Declaration

```swift
var title: String! { get set }
```

## Discussion

Discussion By default, “Save” is the title string. If you adapt the NSSavePanel object for other uses, its title should reflect the user action that brings it to the screen.

## See Also

### Configuring the Panel’s Appearance

- [prompt](appkit/nssavepanel/prompt.md)
- [message](appkit/nssavepanel/message.md)
- [nameFieldLabel](appkit/nssavepanel/namefieldlabel.md)
- [nameFieldStringValue](appkit/nssavepanel/namefieldstringvalue.md)
- [directoryURL](appkit/nssavepanel/directoryurl.md)
- [accessoryView](appkit/nssavepanel/accessoryview.md)
- [showsTagField](appkit/nssavepanel/showstagfield.md)
- [tagNames](appkit/nssavepanel/tagnames.md)
