Item(GridRow,GridColumn) Property
In This Topic
Syntax
'Declaration
Public Overloads Property Item( _
ByVal As C1.WPF.Grid.GridRow, _
ByVal As C1.WPF.Grid.GridColumn _
) As Object
public object Item(
C1.WPF.Grid.GridRow ,
C1.WPF.Grid.GridColumn
) {get; set;}
Parameters
- row
- col
See Also