Class
AppointmentSelectionService

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

IEnumerable<IOccurrence>

SetSelection(IEnumerable<IOccurrence>)

Sets the selected appointments.

Declaration

cs-api-definition
public void SetSelection(IEnumerable<IOccurrence> items)

Parameters

items

IEnumerable<IOccurrence>

The items.

SetSelection(IOccurrence)

Sets the selected appointment.

Declaration

cs-api-definition
public void SetSelection(IOccurrence item)

Parameters

item

IOccurrence

The item.