# `GSGlyph.storeGroup`

*Instance Property*

Whether [`GSGlyph.group`](/Core/GlyphsCore/GSGlyph/group) and [`GSGlyph.groupIdx`](/Core/GlyphsCore/GSGlyph/groupIdx) are stored as glyph-local glyph info.

## Declaration

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

```objc
@property (nonatomic) BOOL storeGroup;
```

[See also `storeGroup` in the Python API](https://docu.glyphsapp.com/#GSGlyph.storeGroup)

```python
pyobjc_instanceMethods.storeGroup() -> bool
pyobjc_instanceMethods.setStoreGroup_(storeGroup: bool)
```

## See Also

### Group

- [`GSGlyph.group`](/Core/GlyphsCore/GSGlyph/group) — The title of an explicit glyph group used for sorting and display.
- [`GSGlyph.groupIdx`](/Core/GlyphsCore/GSGlyph/groupIdx) — The ordering value of an explicit glyph group.

