Skip to main content
A newer version of this page is available. .
Tab

VerticalGridRow.ParentRow Property

Gets the parent row.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public VerticalGridHierarchicalRow ParentRow { get; }

Property Value

Type Description
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