# `GSGlyph.group`

*Instance Property*

The title of an explicit glyph group used for sorting and display.

## Declaration

```swift
var group: String? { get set }
```

```objc
@property (nonatomic, copy) NSString * group;
```

```python
pyobjc_instanceMethods.group() -> str
pyobjc_instanceMethods.setGroup_(group: str)
```

## Discussion

This value is usually supplied by the Glyph Info Database together with [`GSGlyph.groupIdx`](/Core/GlyphsCore/GSGlyph/groupIdx). Set [`GSGlyph.storeGroup`](/Core/GlyphsCore/GSGlyph/storeGroup) to `YES` to persist glyph-local overrides of both values instead of deriving them from the glyph name.

## See Also

### Group

- [`GSGlyph.groupIdx`](/Core/GlyphsCore/GSGlyph/groupIdx) — The ordering value of an explicit glyph group.
- [`GSGlyph.storeGroup`](/Core/GlyphsCore/GSGlyph/storeGroup) — Whether [`GSGlyph.group`](/Core/GlyphsCore/GSGlyph/group) and [`GSGlyph.groupIdx`](/Core/GlyphsCore/GSGlyph/groupIdx) are stored as glyph-local glyph info.

