I'd like to add some custom properties to the columns of my DataGridView control. I'm not sure how to do it.

I tried this once before but never got it finished. Basically, I'm making a teacher gradebook. Fore each column, I need to add properties called Assignment, DateAssigned, DateDue, PerfectScore, AssignmentType, etc.

Any ideas?