DevZest WPF Docking
| DockControlUndoUnitLevel Property |
Gets a value indicates the undo unit level.
Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
RemarksCalling BeginUndoUnit increases UndoUnitLevel by 1,
and calling EndUndoUnit decreases UndoUnitLevel by 1.
When UndoUnitLevel greater than 0, all undoable operations are considered as
one single reversible unit of work.
See Also