Scheduler for WinRT
IntervalAppointmentPresenter Class
Members 


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 Windows.UI.Xaml.Controls.Control
'Usage
 
Dim instance As IntervalAppointmentPresenter
public class IntervalAppointmentPresenter : Windows.UI.Xaml.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.MarshalByRefObject
      System.__ComObject
         System.Runtime.InteropServices.WindowsRuntime.RuntimeClass
            Windows.UI.Xaml.DependencyObject
               Windows.UI.Xaml.UIElement
                  Windows.UI.Xaml.FrameworkElement
                     Windows.UI.Xaml.Controls.Control
                        C1.Xaml.Schedule.IntervalAppointmentPresenter

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IntervalAppointmentPresenter Members
C1.Xaml.Schedule Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.