InterfaceIAppointmentItem
Interface
The ScheduleView AppointmentItem wrapper for SL/Wpf interface.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public interface IAppointmentItem : IControl, IFrameworkElement, ITargetElement
Derived Classes:
Inherited Members
Properties
BackgroundBorder
Gets the border that holds the background of the appointment item.
Declaration
cs-api-definition
FrameworkElement BackgroundBorder { get; }
Property Value
DeleteButton
Get the delete button of this appointment item.
EndResizeGrip
Get the bottom resizer of this appointment item.
Declaration
cs-api-definition
FrameworkElement EndResizeGrip { get; }
Property Value
IsAllDay
Gets if the Appointment is AllDay.
IsSelected
Gets if the Appointment is Selected
StartResizeGrip
Get the top resizer of this appointment item.
Declaration
cs-api-definition
FrameworkElement StartResizeGrip { get; }
Property Value