Skip to content

DevExpress-Examples/winforms-scheduler-handle-fetchappointments-event

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WinForms Scheduler - Fetch appointments when binding to custom objects

This example demonstrates how to handle the FetchAppointments event to limit the number of appointments fetched from the data source. The Scheduler Control is bound to a collection of custom objects.

Do not set the SchedulerStorage.Appointments or SchedulerStorage.Appointments.DataSource property in the FetchAppointments event handler. Update the collection (add/remove items) that is assigned to the SchedulerStorage.Appointments.DataSource property.

Read the following help topic for additional information: FetchAppointments Event - Handling Large Datasets.

Files to Review

See Also