Here's some info on the teaching scheduler program I have written utilising DX extensively throughout:
http://www.jdnet.co.uk/TASC/overview.htm
It was primarily for my girlfriend who found it a nightmare managing her music practice. After her initial reservations she says she cannot run her business without it now, which is a good sign that the program hit the nail on the head :)
The page contains a description of how it works and links to loads of screenshots (containing random data to protect the innocent) but here's a teaser:
http://www.jdnet.co.uk/TASC/03_ParentsAndStudents_StudentSchedule.jpg
I have just finished replacing Cristi's Wizard Control (http://www.codeproject.com/KB/dialog/SampleWizard.aspx) with the DX one and it looks good, minus the fading in/out which affects the painiting of images) and started to replace my own RichEdit control with DXs Beta but found it lacking a few important features so backed it out. Unfortunately my subscription has since expired so won't be adding it to my app unless the new version of DX contains something major in addition to releasing the XtraRichEdit to justify the expenditure.
The scheduler control is awesome, if a little quirky at times. All of a sudden recently my app has slowed down starting up (from 2 seconds to 7). Running various profilers points to the scheduler's constructor. I haven't taken it any further due to other priority items cropping up but would be interested in hearing if others have experienced the same issue. Another issue is Appointment custom field mapping. A great feature unless (like me) you have written your own persistent objects. My scheduler control (which contains the DX scheduler) has an option to display location abbreviations. Unfortunately with PO's there is only one copy in memory at any time so a mapping for the Location field to my object doesn't work since I need to know when requesting the location if the scheduler asking for the location is in abbreviation mode ... which since the data model is seperate from the GUI there's no way of knowing!
Anyway if you have any questions about the app, or it's DX usage ask away.