Group: Forum Members
Posts: 533,
Visits: 2K
|
Hi,
I am using DevExpress ribbon control as my form toolbar. I want to implement the behavour like SF maintenance toolstrip to it. In order to reuse my code in casde i want to use other control as my maintenance toolbar in the future, I planned to write an controller/behavour class to control the logic.
My current problem is, I need some way to access those button (ribbon control bar item/maintenance toolstrip button) in order to disable/enable them. I was thinking to have property to store object reference of each button accordingly. I used "control" as my property type. However, I might not able to access certain property that exist in toolbar button such as tooltiptext if I do so.
Anyway I can "set" tyoe to property during runtime? I tried to take a look at generic, but I only see it work for List. Is it?
Ady ideas?
Thank you
|