Question : Silverlight Accessing Static Resource

I am trying to usie following.....

       
         
       


I would like to use above to apply HeaderStyle in the code like

col2.HeaderStyle = ?????  //  I need the code here to apply above HeaderStyle in the CODE

Thanks,
Ashok

Answer : Silverlight Accessing Static Resource

Should you put it on ?

ie



         


col2.HeaderStyle = (Style)Resources["ColumnHeaderWrap"];
Random Solutions  
 
programming4us programming4us