Class AppointmentSelectionService
Inheritance
System.Object
AppointmentSelectionService
Namespace: Telerik.UI.Xaml.Controls.Scheduler
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class AppointmentSelectionService : Object
Methods
GetSelection()
Declaration
public IEnumerable<IOccurrence> GetSelection()
Returns
System.
|
SetSelection(IEnumerable<IOccurrence>)
Declaration
public void SetSelection(IEnumerable<IOccurrence> items)
Parameters
System.
|