VerticalGridRow.ParentRow Property
Gets the parent row.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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