Skip to content

EditOnDoubleClick Property

Description

Specifies whether a GridRecordItem can be edited by double-clicking on the item.

Property Type

Read-write property

Syntax (Visual Basic)

Public Property EditOnDoubleClick() As Boolean

Return Type

True if items can be edited with a double-click, False otherwise.

Remarks

If True, when the GridRecordItem is double-clicked, the item will become editable. The entire GridControl or the specific GridRecordItem must have the AllowEdit property set to True for this to work.

See Also


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