MultiSelectionMode Property
Description
Enables or disables the multiple selection mode for the control.
Property Type
Read-write property
Syntax (Visual Basic)
Public Property MultiSelectionMode() As Boolean
Remarks
If MultiSelectionMode is true, the grid acts like a ListBox. Clicking a new item will not deselect the previous item, similar to holding the Ctrl key while clicking rows.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.