I am new to C # and visual studio, cannot find examples on the Internet on my question. The question is how to enable the ability to select multiple rows in an object of type GridView.
This seems to be a simple set for a true member variable, but I cannot find the answer. Your help will be appreciated.
I found my answer:
Thanks to those who read my question and offered their help. By the way, GridView is a control from DevXpress.
moView.OptionsSelection.MultiSelect = true;
source
share