CurrentFocusInFootersRows Property
Description
Gets whether the focused row belongs to the footer rows or moves focus (selected row) to the footer rows.
Property Type
Read-write property
Syntax (Visual Basic)
Public Property CurrentFocusInFootersRows() As Boolean
Remarks
The CurrentFocusInFootersRows and CurrentFocusInHeadersRows properties are updated automatically when you change a focused row by mouse or keyboard, so that you always know if the focus is in the header rows, body rows, or footer rows. If both properties are False, the focused row belongs to the body rows.
If you manually set CurrentFocusInFootersRows or CurrentFocusInHeadersRows to True or False, this will also move/remove focus to/from the headers/footers rows.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.