Skip to content

AllowEdit Property

Description

Allows the text in all GridRecordItems to be edited.

Property Type

Read-write property

Syntax (Visual Basic)

Public Property AllowEdit() As Boolean

Remarks

  • If False, then any editing features will not be used. The Combo button and Expand buttons will not be displayed.
  • If True, then all GridRecordItems can be edited. You will need to set the EditOptions to False for each column that cannot be edited, or you can set the EditOptions for each individual GridRecordItem.

See Also


See Also

Grid Control ActiveX Control v24.0


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