Would it be possible to include a "Tag" property on the PushButtons like the regular Windows controls have? Or is there a similar property that I should look into?
In my particular scenario, I'm using an unbound grid and building the grid on the fly with controls. I'd like to be able to specify some extended properties of the PushButton to distinguish it from other buttons in the grid (rather than keeping a lookup of some sort that classifies the buttons by row/column positions).
Thanks!
AD
Administrator
Syncfusion Team
July 30, 2003 02:46 PM UTC
The StyleInfo class has a Tag property that you can use and set on a cell bu cell basis. Will this work for you?
AD
Administrator
Syncfusion Team
July 30, 2003 02:47 PM UTC
oops. Meant to say GridStyleInfo class.
PL
Paul Laudeman
July 30, 2003 02:59 PM UTC
Yes, thank you!