DataGrid.SelectAllCommand Proprietà

Definizione

Rappresenta il comando che indica l'intenzione di selezionare tutte le celle nell'oggetto 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

Valore della proprietà

RoutedUICommand

Comando SelectAll che indica l'intenzione di selezionare tutte le celle nell'oggetto DataGrid.

Si applica a