/winforms-scheduler-get-appointment-by-source-object

Obtain user appointments by an object in the data source.

Primary LanguageC#OtherNOASSERTION

WinForms Scheduler - Obtain appointments by an object in the data source

The PersistentObject.GetSourceObject method allows you to obtain a source object that corresponds to a specific appointment. This example shows how to obtain an appointment by an object in the data source.

The example handles the SchedulerStorageBase.AppointmentCollectionLoaded event to create a Hashtable/Dictionary where source objects are keys and appointments are values.

For recurring patterns, you should iterate through exceptions using the Appointment.GetExceptions method.

Files to Review

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)