ComponentOne DataGrid for WPF and Silverlight
Item(DataGridRow,DataGridColumn) Property

C1.Silverlight.DataGrid Namespace > C1DataGrid Class > Item Property : Item(DataGridRow,DataGridColumn) Property
Gets the DataGridCell with the specified row and column.
Syntax
'Declaration
 
<System.Diagnostics.CodeAnalysis.SuppressMessageAttribute(Category="Microsoft.Design", 
   CheckId="CA1023:IndexersShouldNotBeMultidimensional", 
   Scope="", 
   Target="", 
   MessageId="", 
   Justification="")>
Public Overloads ReadOnly Property Item( _
   ByVal row As DataGridRow, _
   ByVal column As DataGridColumn _
) As DataGridCell
[System.Diagnostics.CodeAnalysis.SuppressMessage(Category="Microsoft.Design", 
   CheckId="CA1023:IndexersShouldNotBeMultidimensional", 
   Scope="", 
   Target="", 
   MessageId="", 
   Justification="")]
public DataGridCell Item( 
   DataGridRow row,
   DataGridColumn column
) {get;}

Parameters

row
column

Property Value

The cell in the specified row and column
See Also

Reference

C1DataGrid Class
C1DataGrid Members
Overload List