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.String
|
TimeSlotLength
Declaration
public int TimeSlotLength { get; }
Property Value
System.Int32
|
TimeSlotOwner
Methods
Delete()
Declaration
public void Delete()
DragToTimeSlot(FrameworkElement)
Declaration
public void DragToTimeSlot(FrameworkElement timeSlot)
Parameters
FrameworkElement
timeSlot
|
DragToTimeSlot(Int32)
Declaration
public void DragToTimeSlot(int slotIndex)
Parameters
System.Int32
slotIndex
|
DragToTimeSlotDay(Int32, Int32)
Declaration
public void DragToTimeSlotDay(int slotDay, int occurrence)
Parameters
System.Int32
slotDay
|
System.Int32
occurrence
|
EndsWithDaySlot(Int32)
Declaration
public bool EndsWithDaySlot(int slotDay)
Parameters
System.Int32
slotDay
|
Returns
System.Boolean
|
EndsWithDaySlot(Int32, Int32)
Declaration
public bool EndsWithDaySlot(int slotDay, int occurrence)
Parameters
System.Int32
slotDay
|
System.Int32
occurrence
|
Returns
System.Boolean
|
EndsWithSlotIndex(Int32)
Declaration
public bool EndsWithSlotIndex(int slotIndex)
Parameters
System.Int32
slotIndex
|
Returns
System.Boolean
|
EndsWithSlotRectangle(FrameworkElement)
Declaration
public bool EndsWithSlotRectangle(FrameworkElement timeSlot)
Parameters
FrameworkElement
timeSlot
|
Returns
System.Boolean
|
FallsInDaySlot(Int32)
Declaration
public bool FallsInDaySlot(int slotDay)
Parameters
System.Int32
slotDay
|
Returns
System.Boolean
|
FallsInDaySlot(Int32, Int32)
Declaration
public bool FallsInDaySlot(int slotDay, int occurrence)
Parameters
System.Int32
slotDay
|
System.Int32
occurrence
|
Returns
System.Boolean
|
FallsInSlotIndex(Int32)
Declaration
public bool FallsInSlotIndex(int slotIndex)
Parameters
System.Int32
slotIndex
|
Returns
System.Boolean
|
FallsInSlotRectangle(FrameworkElement)
Declaration
public bool FallsInSlotRectangle(FrameworkElement timeSlot)
Parameters
FrameworkElement
timeSlot
|
Returns
System.Boolean
|
ResizeFromEnd(Int32)
Declaration
public void ResizeFromEnd(int slots)
Parameters
System.Int32
slots
|
ResizeFromStart(Int32)
Declaration
public void ResizeFromStart(int slots)
Parameters
System.Int32
slots
|
Select()
Declaration
public void Select()
StartsWithDaySlot(Int32)
Declaration
public bool StartsWithDaySlot(int slotDay)
Parameters
System.Int32
slotDay
|
Returns
System.Boolean
|
StartsWithDaySlot(Int32, Int32)
Declaration
public bool StartsWithDaySlot(int slotDay, int occurrence)
Parameters
System.Int32
slotDay
|
System.Int32
occurrence
|
Returns
System.Boolean
|
StartsWithSlotIndex(Int32)
Declaration
public bool StartsWithSlotIndex(int slotIndex)
Parameters
System.Int32
slotIndex
|
Returns
System.Boolean
|
StartsWithSlotRectangle(FrameworkElement)
Declaration
public bool StartsWithSlotRectangle(FrameworkElement timeSlot)
Parameters
FrameworkElement
timeSlot
|
Returns
System.Boolean
|