Back to Devexpress

VerticalGridRow.ParentRow Property

aspnet-devexpress-dot-web-dot-verticalgridrow-b6e306c0.md

latest1.2 KB
Original Source

VerticalGridRow.ParentRow Property

Gets the parent row.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public VerticalGridHierarchicalRow ParentRow { get; }
vb
Public ReadOnly Property ParentRow As VerticalGridHierarchicalRow

Property Value

TypeDescription
VerticalGridHierarchicalRow

A VerticalGridHierarchicalRow object that is the parent row. null ( Nothing in Visual Basic) if the current row is at the root level.

|

See Also

Vertical Grid

VerticalGridRow Class

VerticalGridRow Members

DevExpress.Web Namespace