Class AppointmentSelectionService
ScheduleView service for appointment selection.
Inheritance
System.Object
AppointmentSelectionService
Namespace: Telerik.Windows.Controls.ScheduleView
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public class AppointmentSelectionService : Object
Methods
GetSelection()
Gets the selected appointments.
Declaration
public IEnumerable<IOccurrence> GetSelection()
Returns
System.Collections.Generic.IEnumerable<IOccurrence>
|
SetSelection(IEnumerable<IOccurrence>)
Sets the selected appointments.
Declaration
public void SetSelection(IEnumerable<IOccurrence> items)
Parameters
System.Collections.Generic.IEnumerable<IOccurrence>
items
The items. |
SetSelection(IOccurrence)
Sets the selected appointment.
Declaration
public void SetSelection(IOccurrence item)
Parameters
IOccurrence
item
The item. |