ClassAppointmentSelectionService
Class
ScheduleView service for appointment selection.
Definition
Namespace:Telerik.Windows.Controls.ScheduleView
Assembly:Telerik.Windows.Controls.ScheduleView.dll
Syntax:
cs-api-definition
public class AppointmentSelectionService
Inheritance: objectAppointmentSelectionService
Methods
GetSelection()
Gets the selected appointments.
Declaration
cs-api-definition
public IEnumerable<IOccurrence> GetSelection()
Returns
SetSelection(IEnumerable<IOccurrence>)
Sets the selected appointments.
Declaration
cs-api-definition
public void SetSelection(IEnumerable<IOccurrence> items)
Parameters
items
The items.
SetSelection(IOccurrence)
Sets the selected appointment.
Declaration
cs-api-definition
public void SetSelection(IOccurrence item)
Parameters
item
The item.