# `GSPaletteView.paletteSectionHidden`

*Instance Property*

## Declaration

```swift
var isPaletteSectionHidden: Bool { get set }
```

```objc
@property (nonatomic, getter=isPaletteSectionHidden) BOOL paletteSectionHidden;
```

```python
isPaletteSectionHidden() -> bool
setPaletteSectionHidden_(paletteSectionHidden: bool)
```

