AppointmentItem
Class
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Scheduler
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
C#
public class AppointmentItem : ListBoxItem, IAutomationPeer, IPeerConverter, IContentControl, IControl, IListBoxItem, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlContentControlListBoxItemAppointmentItem...
Implements:
Inherited Members
Constructors
C#
public AppointmentItem()
Properties
C#
public Button DeleteButton { get; }
C#
public TimeSlotItem EndTimeSlot { get; }
C#
public Visibility RecurrentMaskVisibility { get; }
C#
public TimeSlotItem StartTimeSlot { get; }
C#
public int TimeSlotLength { get; }
C#
public TimeSlotItem TimeSlotOwner { get; }
Methods
C#
public void Delete()
C#
public bool EndsWithSlotRectangle(FrameworkElement timeSlot)
C#
public bool FallsInSlotRectangle(FrameworkElement timeSlot)
C#
public void Select()
C#
public bool StartsWithSlotRectangle(FrameworkElement timeSlot)