ParentRow Property
See Also 
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > Cell Class : ParentRow Property

Gets the cell's parent row.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property ParentRow As Row
C# 
public Row ParentRow {get;}

Return Value

A reference to the cell's parent row. Can be a null reference (Nothing in Visual Basic) if the cell is not contained in a row. By default, a null reference (Nothing in Visual Basic).

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also