C1.Silverlight.DataGrid Namespace > C1DataGrid Class > Item Property : Item(DataGridRow,DataGridColumn) Property |
'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;}
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2