public void SetItemPrice(float price) { itemRowData.itemPrice = price; UpdatePriceText(); parentItemList.CalculateTotals(); }