DataGrid.SelectAllCommand プロパティ

定義

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

プロパティ値

RoutedUICommand

SelectAll 内のすべてのセルを選択するという意図を示す DataGrid コマンド。

適用対象