# Editor.LineEdit.MaxHistoryItems

```csharp
int MaxHistoryItems { get; set; }
```

if set > 1 we will support history items (which you need to add using AddHistory)

Declared in [Editor.LineEdit](/api/Editor.LineEdit).
Assembly: `Sandbox.Tools`.
