DataGrid.DeleteCommand Property

Definition

Represents the command that indicates the intention to delete the current row.

public:
 static property System::Windows::Input::RoutedUICommand ^ DeleteCommand { System::Windows::Input::RoutedUICommand ^ get(); };
public static System.Windows.Input.RoutedUICommand DeleteCommand { get; }
static member DeleteCommand : System.Windows.Input.RoutedUICommand
Public Shared ReadOnly Property DeleteCommand As RoutedUICommand

Property Value

The Delete command that indicates the intention to delete the current row.

Applies to