DataGrid.SelectAllCommand Property

Definition

Represents the command that indicates the intention to select all cells in the 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

Property Value

The SelectAll command that indicates the intention to select all cells in the DataGrid.

Applies to