Scheduler for UWP | ComponentOne
C1.Xaml.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
     
    
    <TemplateVisualStateAttribute()>
    <TemplatePartAttribute()>
    <StaticAttribute(Windows.UI.Xaml.Controls.IControlStatics, 
       65536, 
       "Windows.Foundation.UniversalApiContract")>
    <ContractVersionAttribute(Windows.Foundation.UniversalApiContract, 65536)>
    <MarshalingBehaviorAttribute(MarshalingType.Agile)>
    <ComposableAttribute(Windows.UI.Xaml.Controls.IControlFactory, 
       CompositionType.Protected, 
       65536, 
       "Windows.Foundation.UniversalApiContract")>
    <ThreadingAttribute(ThreadingModel.Both)>
    <WebHostHiddenAttribute()>
    Public Class IntervalAppointmentPresenter 
       Inherits Windows.UI.Xaml.Controls.Control
    [TemplateVisualState()]
    [TemplatePart()]
    [Static(Windows.UI.Xaml.Controls.IControlStatics, 
       65536, 
       "Windows.Foundation.UniversalApiContract")]
    [ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
    [MarshalingBehavior(MarshalingType.Agile)]
    [Composable(Windows.UI.Xaml.Controls.IControlFactory, 
       CompositionType.Protected, 
       65536, 
       "Windows.Foundation.UniversalApiContract")]
    [Threading(ThreadingModel.Both)]
    [WebHostHidden()]
    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
       Windows.UI.Xaml.DependencyObject
          Windows.UI.Xaml.UIElement
             Windows.UI.Xaml.FrameworkElement
                Windows.UI.Xaml.Controls.Control
                   C1.Xaml.Schedule.IntervalAppointmentPresenter

    See Also