---
title: isGroupRowStyle
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nstablerowview/isgrouprowstyle
---

# isGroupRowStyle

Specifies whether this row view is a group row.

## Declaration

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

## Discussion

Discussion When true this row is a group row and will draw appropriately.

## See Also

### Row Grouping

- [numberOfColumns](appkit/nstablerowview/numberofcolumns.md)
