DockCommands.Undo Property

DevZest WPF Docking

DockCommandsUndo Property
Gets the value that represents the Undo command.

Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public static RoutedCommand Undo { get; }
Public Shared ReadOnly Property Undo As RoutedCommand
	Get

Property Value

Type: RoutedCommand

The command.

Default Values
Key GestureCTRL+U
See Also