Class AppointmentItem
Inheritance
System.Object
AppointmentItem
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml.Scheduler
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public class AppointmentItem : ListBoxItem, IAutomationPeer, IPeerConverter, IContentControl, IControl, IListBoxItem, IFrameworkElement, ITargetElement
Constructors
AppointmentItem()
Declaration
public AppointmentItem()
Properties
DeleteButton
EndTimeSlot
RecurrentMaskVisibility
StartTimeSlot
Subject
Declaration
public string Subject { get; }
Property Value
System.
|
TimeSlotLength
Declaration
public int TimeSlotLength { get; }
Property Value
System.
|
TimeSlotOwner
Methods
Delete()
Declaration
public void Delete()
DragToTimeSlot(FrameworkElement)
Declaration
public void DragToTimeSlot(FrameworkElement timeSlot)
Parameters
Framework
|
DragToTimeSlot(Int32)
Declaration
public void DragToTimeSlot(int slotIndex)
Parameters
System.
|
DragToTimeSlotDay(Int32, Int32)
Declaration
public void DragToTimeSlotDay(int slotDay, int occurrence)
Parameters
System.
|
System.
|
EndsWithDaySlot(Int32)
Declaration
public bool EndsWithDaySlot(int slotDay)
Parameters
System.
|
Returns
System.
|
EndsWithDaySlot(Int32, Int32)
Declaration
public bool EndsWithDaySlot(int slotDay, int occurrence)
Parameters
System.
|
System.
|
Returns
System.
|
EndsWithSlotIndex(Int32)
Declaration
public bool EndsWithSlotIndex(int slotIndex)
Parameters
System.
|
Returns
System.
|
EndsWithSlotRectangle(FrameworkElement)
Declaration
public bool EndsWithSlotRectangle(FrameworkElement timeSlot)
Parameters
Framework
|
Returns
System.
|
FallsInDaySlot(Int32)
Declaration
public bool FallsInDaySlot(int slotDay)
Parameters
System.
|
Returns
System.
|
FallsInDaySlot(Int32, Int32)
Declaration
public bool FallsInDaySlot(int slotDay, int occurrence)
Parameters
System.
|
System.
|
Returns
System.
|
FallsInSlotIndex(Int32)
Declaration
public bool FallsInSlotIndex(int slotIndex)
Parameters
System.
|
Returns
System.
|
FallsInSlotRectangle(FrameworkElement)
Declaration
public bool FallsInSlotRectangle(FrameworkElement timeSlot)
Parameters
Framework
|
Returns
System.
|
ResizeFromEnd(Int32)
Declaration
public void ResizeFromEnd(int slots)
Parameters
System.
|
ResizeFromStart(Int32)
Declaration
public void ResizeFromStart(int slots)
Parameters
System.
|
Select()
Declaration
public void Select()
StartsWithDaySlot(Int32)
Declaration
public bool StartsWithDaySlot(int slotDay)
Parameters
System.
|
Returns
System.
|
StartsWithDaySlot(Int32, Int32)
Declaration
public bool StartsWithDaySlot(int slotDay, int occurrence)
Parameters
System.
|
System.
|
Returns
System.
|
StartsWithSlotIndex(Int32)
Declaration
public bool StartsWithSlotIndex(int slotIndex)
Parameters
System.
|
Returns
System.
|
StartsWithSlotRectangle(FrameworkElement)
Declaration
public bool StartsWithSlotRectangle(FrameworkElement timeSlot)
Parameters
Framework
|
Returns
System.
|