Enum TableSelectionMode
The selections that are possible in a table.
public enum TableSelectionMode
Fields
MultipleSelection = 2One or more can be selected.
NoSelection = 0Cannot select.
SingleSelection = 1Only one can be selected.
The selections that are possible in a table.
public enum TableSelectionMode
MultipleSelection = 2One or more can be selected.
NoSelection = 0Cannot select.
SingleSelection = 1Only one can be selected.