Hello
I am in need to check a particular item in the Resources of the tasks in ultraganttview. Since the resources are saved in AllProperties, is there any way to find it.
Is there any way to find the tasks which holds the resources specified dynamically at runtime.
Regards
jeni
Hello jeni,
The AllProperties takes a byte array which represents the appointment's object graph. The array can be created using the Save() method and a new appointment instance can be created from a previously saved byte array using the static Load() method. Please take a look at the following link:
http://help.infragistics.com/NetAdvantage/WinForms/2012.2/CLR4.0/?page=Infragistics4.Win.UltraWinSchedule.v12.2~Infragistics.Win.UltraWinSchedule.OwnersDataBinding~AllPropertiesMember.html.