EditOnDelayClick Property
Description
Enables or disables the delay click edit feature for GridRecordItems (like editing a file name in Windows Explorer).
Property Type
Read-write property
Syntax (Visual Basic)
Public Property EditOnDelayClick() As Boolean
Return Type
A Boolean value denoting whether the delay click edit is enabled or not. True if enabled and False if not.
Remarks
Set to True to enable the delay click edit and False to turn off this feature. This feature acts like editing a file name in Windows Explorer; a delayed click will put items into edit mode.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.