The columns collection is missing an obvious "ContainsKey" method like many other collections. How can I check and see if a column exists at runtime?
I believe that you're looking for the 'Exists' method on the columns collection.
-Matt
That'll do it! I looked all over for Contains, ContainsKey, HasColumn, anything I could think of. I wish Infragistics would stick to convention.