DockControl.MaxUndoLevel Property

DevZest WPF Docking

DockControlMaxUndoLevel Property
Gets or sets the maximum number of undo/redo actions. This is a dependency property.

Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public int MaxUndoLevel { get; set; }
Public Property MaxUndoLevel As Integer
	Get
	Set

Property Value

Type: Int32
The maximum number of undo/redo actions. The default value is MaxValue.
See Also