# `GSEditFilterWindowController.filterTabView`

*Instance Property*

## Declaration

```swift
@IBOutlet unowned(unsafe) var filterTabView: NSTabView { get set }
```

```objc
@property (nonatomic, unsafe_unretained) NSTabView * filterTabView;
```

```python
filterTabView() -> NSTabView
setFilterTabView_(filterTabView: NSTabView)
```

