ClassAppointmentSelectionService
Class
Scheduler service for appointment selectionTelerik.UI.Xaml.Controls
Definition
Namespace:Telerik.UI.Xaml.Controls.Scheduler
Assembly:Telerik.WinUI.Controls.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.