DockControl.CanUndo Property

DevZest WPF Docking

DockControlCanUndo Property
Gets a value that indicates whether the most recent action can be undone. 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 bool CanUndo { get; }
Public ReadOnly Property CanUndo As Boolean
	Get

Property Value

Type: Boolean
if the most recent action can be undone; otherwise, . This property has no default value.
See Also