Selection Service
The ISelectionService interface in the XtraScheduler provides control over the selection in the time cell area. It has the following delegates:
- TimeInterval SelectedInterval {get; set;};
- Resource SelectedResource {get; set;};
- void SetSelection (TimeInterval interval, Resource resource);
- event SelectionChanged;
You can get the ISelectionService, as described in Introduction to Services in XtraScheduler document, use it, or substitute your own custom descendant.
The simplest technique to use the Selection service is to get access to its properties and methods via the SchedulerControl.Services.Selection property wrapper.