---
title: "paneTitle"
description: "Accessibility-friendly title for a screen's pane. For accessibility purposes, a pane is a
visually distinct portion of a window, such as the contents of a open drawer. In order for
accessibility services to understand a pane's window-like behavior, you should give descriptive
titles to your app's panes. Accessibility services can then provide more granular information to
users when a pane's appearance or content changes."
type: "property"
---

<div class='type'>Property</div>


<a id='references'></a>

<div class='sourceset sourceset-common'>Common</div>


```kotlin
var SemanticsPropertyReceiver.paneTitle
```


Accessibility-friendly title for a screen's pane. For accessibility purposes, a pane is a
visually distinct portion of a window, such as the contents of a open drawer. In order for
accessibility services to understand a pane's window-like behavior, you should give descriptive
titles to your app's panes. Accessibility services can then provide more granular information to
users when a pane's appearance or content changes.



