TdxCustomLayoutControl.UndoRedoManager Property
Provides access to the TdxUndoRedoManager instance.
Declaration
property UndoRedoManager: TdxUndoRedoManager read;
Property Value
Type |
---|
TdxUndoRedoManager |
Remarks
The TdxUndoRedoManager provides the undo and redo capabilities for the layout control.
Refer to the TdxUndoRedoManager description, to learn more.
See Also