Skip to content

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

The NextSiblingRow holds a pointer to the next sibling row of this row. The next sibling row will be returned regardless of whether the child rows of a row are expanded. The NextSiblingRow for a GroupRow will be the first GridRow in the group.

Note that GroupRows can be both a parent and sibling to "normal" rows.

See Also


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