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.Collections.Generic.IEnumerable<IOccurrence>
|
SetSelection(IEnumerable<IOccurrence>)
Declaration
public void SetSelection(IEnumerable<IOccurrence> items)
Parameters
|
System.Collections.Generic.IEnumerable<IOccurrence>
items
|