# `BCCollectionViewGroup.title`

*Instance Property*

## Declaration

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

```objc
@property (copy) NSString * title;
```

```python
title() -> str
setTitle_(title: str)
```

