Xceed DataGrid for Silverlight Documentation
Cells Property


Gets the collection of cells contained in the row.
Syntax
'Declaration
 
Public ReadOnly Property Cells As StatCellCollection
'Usage
 
Dim instance As StatRow
Dim value As StatCellCollection
 
value = instance.Cells
public StatCellCollection Cells {get;}

Property Value

A StatCellCollection containing the row's cells.
Requirements

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

See Also

Reference

StatRow Class
StatRow Members

Send Feedback