DataGrid.SelectAllCommand Eigenschaft

Definition

Stellt den Befehl dar, der angibt, dass alle Zellen im DataGrid-Objekt ausgewählt werden sollen.

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

Eigenschaftswert

RoutedUICommand

Der SelectAll-Befehl, der angibt, dass alle Zellen im DataGrid-Objekt ausgewählt werden sollen.

Gilt für