Can you explain what this code fragment is doing?
- by coffeeaddict
repeater.StartIndex = layout == ProductLayout.Grid4Columns ? startIndex - 1 : 0;
I don't get it. What is layout == [expression] doing here in this case as it sets StartIndex
Can somebody help explain what this code is doing?