FindRowInTree Method
Description
Finds and returns a GridRow that corresponds with a specific GridRecord. This method also searches child rows when in tree view.
Syntax
Public Function FindRowInTree( _
ByVal Record As [GridRecord](XtremeGridControl~GridRecord.md) _
) As [GridRow](XtremeGridControl~GridRow.md)
Parameters
- Record: A GridRecord object to search for.
Return Type
Returns the GridRow that corresponds to the GridRecord that was searched for. If the row could not be found, null is returned.
Remarks
The FindRowInTree method is used to find the GridRow that a specific GridRecord currently belongs to, including child rows when in tree view. The FindRowInTree method is necessary because the FindRow method only searches parent rows, not children.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.