Is there a way that I can loop through the Columns of the Gnatt chart to access the attributes on the code behind?
For example, I want to see if Column D has been moved or hidden.
The closest thing I can see if GanttColumns but I cannot look through it because it is a RenderFragment?
var columns = Ref.GanttColumns;
I saw on the object ColumnsCollection which is ideal but it's not a public attribute for me to query it.
Any ideas?