Print Page | Close Window

CalendarControl.DataProvider.EventCategories.Add

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Calendar
Forum Description: Topics Related to Codejock Calendar
URL: http://forum.codejock.com/forum_posts.asp?TID=12112
Printed Date: 06 October 2024 at 9:29pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: CalendarControl.DataProvider.EventCategories.Add
Posted By: fergie
Subject: CalendarControl.DataProvider.EventCategories.Add
Date Posted: 09 September 2008 at 8:09am
How do i implement this?
 
I am trying to add additional categories but for the life of me cant!!!
 
Please help.
 
Regards
David
 



Replies:
Posted By: SuperMario
Date Posted: 19 July 2009 at 10:15am
CalendarEventLabels listLabels = wndCalendarControl.DataProvider.LabelList();
 // Use to remove all built in labels
 // listLabels.RemoveAll();
listLabels.AddLabel(0, 0, "None category");
listLabels.AddLabel(1, 0xff0000, "Blue category");
listLabels.AddLabel(2, 0x00ff00, "Green category");
listLabels.AddLabel(3, 0x0000ff, "Red category");
wndCalendarControl.Populate();  



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net