Hi,
I'd like to set the BackColor property of a resourcestylemapping using code behind. At the moment I am setting the applyCSSclass in the code behind (VB.net) as follows:
radscheduler.ResourceStyles.Add(New ResourceStyleMapping("User", "10", "rsCategoryBlue"))
This works fine but I would like to set the BackColor rather than applyCSSclass but there does not seem to be a property for it using the above method.
Thanks
Tim
I'd like to set the BackColor property of a resourcestylemapping using code behind. At the moment I am setting the applyCSSclass in the code behind (VB.net) as follows:
radscheduler.ResourceStyles.Add(New ResourceStyleMapping("User", "10", "rsCategoryBlue"))
This works fine but I would like to set the BackColor rather than applyCSSclass but there does not seem to be a property for it using the above method.
Thanks
Tim