NativeFloatingWindow.DoubleClickCommand Property

DevZest WPF Docking

NativeFloatingWindowDoubleClickCommand Property
Gets or sets the double click command being invoked. This is a dependency property.

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

Property Value

Type: ICommand
The double click command being invoked. The default value is .
See Also