ComponentOne Scheduler for WPF and Silverlight
IntervalAppointmentPresenter Class
Members 

C1.Silverlight.Schedule Namespace : IntervalAppointmentPresenter Class
The IntervalAppointmentPresenter class represents the single appointment element in the C1Scheduler UI and allows in-place appointment editing.
Object Model
IntervalAppointmentPresenter Class
Syntax
'Declaration
 
Public Class IntervalAppointmentPresenter 
   Inherits System.Windows.Controls.Control
public class IntervalAppointmentPresenter : System.Windows.Controls.Control 
Remarks
When user clicks on the IntervalAppointmentPresenter it tries to find and focus child element with x:Name="PART_Subject". It is used for switching appointment element into in-place editing mode.
Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            System.Windows.Controls.Control
               C1.Silverlight.Schedule.IntervalAppointmentPresenter

See Also

Reference

IntervalAppointmentPresenter Members
C1.Silverlight.Schedule Namespace