Skip to content

FooterRowsAllowEdit Property

Description

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

Property Type

Read-write property

Syntax (Visual Basic)

Public Property FooterRowsAllowEdit() As Boolean

Remarks

This applies only to GridRecordItems that are in the FooterRows.

  • 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.