This example demonstrates how to implement SearchResultsView in SchedulerControl by analogy with ListView in Outlook. ListView in Outlook appears when you search for an appointment and displays summary information regarding found entries. This view does not support the concept of a visible time interval; i.e, all found appointments should be shown. This view provides similar context menus and editor forms to manage appointments.
Please see the "Implementation Details" (click the corresponding link below this text) to learn more about technical aspects of this approach implementation.