I am having a List of Dates which has to be highlighted / enabled so that users select only those. Please suggest me a way to do so and also attach sample code for the same.
Preferably in C#
You can disable individual dates using the Infragistics.Win.UltraWinSchedule.Day object's Enabled property, but note that doing this for large numbers of days in not recommended. The Year/Month/Week object also expose an Enabled property.