Xceed DataGrid for Silverlight Documentation
Item(Column) Property


The parent column of the cell to retrieve.
Gets or sets the cell with the specified parent column.
Syntax
'Declaration
 
Public Overloads Overridable Property Item( _
   ByVal column As Column _
) As StatCell
'Usage
 
Dim instance As StatCellCollection
Dim column As Column
Dim value As StatCell
 
instance.Item(column) = value
 
value = instance.Item(column)
public virtual StatCell Item( 
   Column column
) {get; set;}

Parameters

column
The parent column of the cell to retrieve.

Property Value

The cell with the specified parent column.
Requirements

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

See Also

Reference

StatCellCollection Class
StatCellCollection Members
Overload List

Send Feedback