I've created many DateSettings objects in the ultraCalendarInfo that i'm trying to make work in ultraGanttView control. Related appearances also. I've attached one of the Infragistics Samples which I added some of the basic DateSettings code in the Form1_Load event.
The attached file is from the TaskWorkingHourMode CS example
. Hope this is possible :).
Oh... Thanks Brian Fallon on my index problem from the other day. You guys are great! I've been using Infragistics for more than 9 years (Sheridan).
Regards
Bob
I need to be able to assign a specific set of DateSettings to a specific Task in the UltraGanttView. I.E: If I have 3 Tasks in the UltraganttView I could have upto 3 different collections of DateSettings. I can only assign one UltraCalendarView to the UltraGanttView. So I'm stuck?
Thanks
Owner DateSettings are not applicable to UltraGanttView because there is no concept of time slot segragation, i.e., all time slots apply to all owners. The date settings for the associated UltraCalendarInfo, however, do apply so you can use those (see UltraCalendarInfo.DateSettings).