Hi,
I have a WPF Grid with multiple controls like TextBox, ComboBox, CheckBox etc. and their properties like Text, SelectedItem, IsChecked etc. are present inside the view model bound to the view perfectly.
I want to copy the values of all the controls to the Clipboard (may be) and want to paste the corresponding values of these controls again and similarly, I want to clear all the values on clear button click.
I would appreciate if anyone could please suggest a possible way of achieving this functionality.
Thank you very much for your help and time.