DataGrid.DeleteCommand 属性

定义

表示指示删除当前行的意图的命令。

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

属性值

Delete指示删除当前行的意图的命令。

适用于