Skip to content

HeaderRowsAllowEdit Property

Description

Allows the text in all Header Row GridRecordItems to be edited.

Property Type

Read-write property

Syntax (Visual Basic)

Public Property HeaderRowsAllowEdit() As Boolean

Remarks

This applies only to GridRecordItems that are in the HeaderRows.

  • 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


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