DockControl.UndoUnitLevel Property

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
public int UndoUnitLevel { get; }
Public ReadOnly Property UndoUnitLevel As Integer
	Get

Property Value

Type: Int32
The undo unit level. The default value is 0.
Remarks
Calling 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