DataGrid.SelectAllCommand Eigenschaft

Definition

Stellt den Befehl dar, der die Absicht angibt, alle Zellen in der DataGrid.

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

Eigenschaftswert

Der SelectAll Befehl, der die Absicht angibt, alle Zellen in der DataGrid.

Gilt für: