or



Hi,
I'm starting to use your RadCarousel control and I have got a problem.
I want to replace the horizontal buttons with a customized button with a picture.
How could I do this?
Thank you for your help.
Bea
var pattern = new Telerik.Windows.Controls.ScheduleView.RecurrencePattern(); if (Telerik.Windows.Controls.ScheduleView.ICalendar.RecurrencePatternHelper.TryParseRecurrencePattern(item.Recurrence_rule, out pattern)) { apt.RecurrenceRule = new Telerik.Windows.Controls.ScheduleView.RecurrenceRule(pattern);}