Skip to content

EditOnClick Property

Description

Determine whether a GridRecordItem can be edited by single-clicking on the item.

Property Type

Read-write property

Syntax (Visual Basic)

Public Property EditOnClick() As Boolean

Remarks

If True, when the GridRecordItem is single-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.

If False, the item must be double-clicked to become editable.

Example

wndGridControl.EditOnClick = True

See Also


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