Xceed DataGrid for Silverlight Documentation
ParentRow Property


Gets the cell's parent row.
Syntax
'Declaration
 
Public ReadOnly Property ParentRow As Row
'Usage
 
Dim instance As Cell
Dim value As Row
 
value = instance.ParentRow
public Row ParentRow {get;}

Property Value

A reference to the cell's parent Row.
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

Cell Class
Cell Members

Send Feedback