Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / IntervalAppointmentPresenter Class
Members

In This Topic
    IntervalAppointmentPresenter Class
    In This Topic
    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