共用方式為


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 中的所有儲存格。

適用於