Property DoubleClickCommand
| Improve this Doc View SourceDoubleClickCommand
Gets or sets the double click command being invoked. This is a dependency property.
Declaration
public ICommand DoubleClickCommand { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Input.ICommand | The double click command being invoked. The default value is null. |