```css
// Property: autoTabTitle// Description: If set to true it will automatically set the actionbar title to the current tabs window title.// Component(s): Ti.UI.TabGroup'.auto-tab-title': { autoTabTitle: true }
'.auto-tab-title-false': { autoTabTitle: false }
```