---
title: headerLevel
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/nspresentationintent/headerlevel
---

# headerLevel

The level of a header section.

## Declaration

```occ
@property (readonly) NSInteger headerLevel;
```

## Discussion

Discussion This value corresponds to the number of hash marks (#) associated with the header. If the intent is not a header, the value of this property is 0.
