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 theEditOptionstofalsefor each column that cannot be edited, or you can set theEditOptionsfor each individual GridRecordItem.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.