UndoManager Property
Description
Manager used to Undo and Redo edit operations in the track control. (Track Control)
Property Type
Read-only property
Syntax (Visual Basic)
Public Property UndoManager() As [TrackUndoManager](XtremeGridControl~TrackUndoManager.md)
Return Type
Reference to the TrackUndoManager.
Remarks
The TrackUndoManager allows certain edit operations to be undone and redone in the track control. Supported operations are:
- Add/Remove/Move markers
- Add/Remove/Move/Resize Blocks
If any of these operations are performed, they can easily be undone/redone using the methods of the TrackUndoManager.
See Also

Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.