ParentRecord Property
Description
Reference to the parent row's record if this record is in a child row.
Property Type
Read-only property
Syntax (Visual Basic)
Public Property ParentRecord() As [GridRecord](XtremeGridControl~GridRecord.md)
Remarks
If the GridRecord attached to the row does not have any children, then the ParentRecord is Nothing/NULL. ParentRecord can be used to determine if the record is in a child row. It can also be used to find the record in the parent row of a child row so the children can be expanded or hidden.
ParentRecord might be useful when using the FindRowInTree method.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.