Share via


DataGrid.SelectAllCommand Propriété

Définition

Représente la commande indiquant l'intention de sélectionner toutes les cellules de DataGrid.

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

Valeur de propriété

RoutedUICommand

Commande SelectAll indiquant l'intention de sélectionner toutes les cellules de DataGrid.

S’applique à