---
title: displayOrder
framework: classkit
role: symbol
role_heading: Instance Property
path: classkit/clscontext/displayorder
---

# displayOrder

The position of a context relative to its siblings.

## Declaration

```swift
var displayOrder: Int { get set }
```

## Mentioned in

Building missing contexts

## Discussion

Discussion Setting this value provides a hint to the system about what order you intend sibling contexts to appear in. But this has nothing to do with the order in which a teacher assigns your content. Teachers are free to assign your content in any order they choose.

## See Also

### Managing context presentation

- [topic](classkit/clscontext/topic.md)
- [CLSContextTopic](classkit/clscontexttopic.md)
