How to find its owner DataGrid and DataGridRow from DataGridCell in WPF?

Viewed 14215

In an event handler for a Command for a DataGrid, I get DataGridCell in ExecutedRoutedEventArgs. However, I couldn't figure out how to get its associated DataGrid and DataGridRow. Your help is much appreciated.

3 Answers
Related