Skip to content

FastDeselectMode Property

Description

Specifies whether all selected rows can quickly be de-selected with the click of a mouse.

Property Type

Read-write property

Syntax (Visual Basic)

Public Property FastDeselectMode() As Boolean

Return Type

Default is False. If True, when you click on an empty space in the grid's bottom or right area (left for RTL case), it will deselect all rows—similar to Windows Explorer or List Control without Full Row Selection style.

Remarks

If True, when you click on an empty space in the grid's bottom or right area (left for RTL case), it will deselect all rows—similar to Windows Explorer or List Control without Full Row Selection style.

See Also


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.