New to Telerik UI for WPFStart a free 30-day trial

ScheduleView service for appointment selection.

Definition

Namespace:Telerik.Windows.Controls.ScheduleView

Assembly:Telerik.Windows.Controls.ScheduleView.dll

Syntax:

C#
public class AppointmentSelectionService

Inheritance: objectAppointmentSelectionService

Methods

Gets the selected appointments.

C#
public IEnumerable<IOccurrence> GetSelection()
Returns:

IEnumerable<IOccurrence>

Sets the selected appointments.

C#
public void SetSelection(IEnumerable<IOccurrence> items)
Parameters:itemsIEnumerable<IOccurrence>

The items.

Sets the selected appointment.

C#
public void SetSelection(IOccurrence item)
Parameters:itemIOccurrence

The item.