Skip to content

ParentRow Property

Description

Reference to the parent row if this row is a child.

Property Type

Read-only property

Syntax (Visual Basic)

Public Property ParentRow() As [GridRow](XtremeGridControl~GridRow.md)

Remarks

The ParentRow can be used to determine if the row is a child. It can also be used to find the parent of a child row so the children can be expanded or hidden. By setting the expanded property of the parent to False, all children will be hidden.

See Also


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.