Xceed DataGrid for Silverlight Documentation
ParentColumn Property


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

Property Value

A reference to the cell's parent Column.
Requirements

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

See Also

Reference

Cell Class
Cell Members

Send Feedback