For WPF, Data Grid I am trying to copy to clipboard my custom text data, after Ctrl+C Diverse attempts to use override OnCopyingRowClipboardContent(DataGridRo
Ctrl+C
OnCopyingRowClipboardContent(DataGridRo
the correct way is add on XAML grid this property
ClipboardCopyMode="ExcludeHeader"
and for each property you want copy add this XAML