NextSiblingRow Property
Description
The NextSiblingRow property returns the next sibling row of this row.
Property Type
Read-only property
Syntax (Visual Basic)
Public Property NextSiblingRow() As [GridRow](XtremeGridControl~GridRow.md)
Remarks
NextSiblingRow holds a pointer to the next sibling row of the row. The next sibling row will be returned regardless of whether the child rows of a row are expanded.
Note that Group Rows can be both a parent and sibling to "normal" rows.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.