ClassAppointmentItem
The ScheduleView AppointmentItem wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public class AppointmentItem : Control, IAutomationPeer, IPeerConverter, IAppointmentItem, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlAppointmentItem
Implements:
Inherited Members
Constructors
AppointmentItem()
Initializes a new instance of the AppointmentItem class.
Declaration
public AppointmentItem()
Properties
BackgroundBorder
Gets the border that holds the background of the appointment item.
Declaration
public FrameworkElement BackgroundBorder { get; }
Property Value
Implements
CategoryColor
Gets the color of the category of the appointment item.
DeleteButton
Get the delete button of this appointment item.
Declaration
public IRadButton DeleteButton { get; }
Property Value
Implements
EndResizeGrip
Get the bottom resizer of this appointment item.
Declaration
public FrameworkElement EndResizeGrip { get; }
Property Value
Implements
IsAllDay
Gets if the Appointment is AllDay.
IsSelected
Gets if the Appointment is Selected
StartResizeGrip
Get the top resizer of this appointment item.
Declaration
public FrameworkElement StartResizeGrip { get; }
Property Value
Implements