Translating a Datagridview

DerekC

Member
Joined
May 5, 2009
Messages
20
Programming Experience
5-10
Hi,
Can columns have tags? The reason I ask is that I'm giving the user the ability to translate our app. I do this by using the tag attribute of labels. I use this as a lookup to a table for its translation. So for a grid I would like to loop through each column, get its tag value as a lookup.

Thanks for any input.
 
DataGridViewColumn class has a Tag property, if that is what you ask.
 
No, the Tag property does not appear in property grid for the columns editor in Designer.
 
Back
Top