This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Hello, As some examples provided with WPF elements 5.0, I tried to declare
in my Scheduler constructor, but this makes an error. Can somebody help? |
|
|
The ScheduleItemBuilder used in the samples is a custom implementation which we use to override the default creation of new schedule items. For normal schedule item creation, you don't need to set a ScheduleItemBuilder. If you want to customise schedule item creation, you will need to create your own implementation of IScheduleItemBuilder. If you want to use ours as a starting point, you can find it in Sample Explorer / Model / Scheduler / ScheduleItemBuilder.cs. |
|