---
title: UICellAccessory.OutlineDisclosureOptions.Style.header
framework: uikit
role: symbol
role_heading: Case
path: uikit/uicellaccessory-swift.struct/outlinedisclosureoptions/style-swift.enum/header
---

# UICellAccessory.OutlineDisclosureOptions.Style.header

The style to use for a section header.

## Declaration

```swift
case header
```

## Discussion

Discussion When using this style, a tap anywhere in the header toggles the expansion state of the item. The cell itself is not selectable when using this style.

## See Also

### Constants

- [UICellAccessory.OutlineDisclosureOptions.Style.automatic](uikit/uicellaccessory-swift.struct/outlinedisclosureoptions/style-swift.enum/automatic.md)
- [UICellAccessory.OutlineDisclosureOptions.Style.cell](uikit/uicellaccessory-swift.struct/outlinedisclosureoptions/style-swift.enum/cell.md)
