Class AppointmentSelectionService
ScheduleView service for appointment selection.
Inheritance
System.Object
AppointmentSelectionService
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls.ScheduleView
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public class AppointmentSelectionService
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. |