AppointmentsControl
Class
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Scheduler
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
C#
public class AppointmentsControl : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlAppointmentsControl...
Implements:
Inherited Members
Constructors
C#
public AppointmentsControl()
Properties
C#
public IList<AppointmentItem> Appointments { get; }
C#
public IList<TimeSlotItem> TimeSlots { get; }
Methods
C#
public override void AssignReference(AutomationReference reference)
Overrides:
C#
public void DragAppointmentToTimeSlot(string appSubject, int appIndex, FrameworkElement timeSlot)
C#
public IList<AppointmentItem> GetAppointmentsBySubject(string subject)