Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / C1SchedulerPresenter Class
Members

In This Topic
    C1SchedulerPresenter Class
    In This Topic
    An instance of this class is used in the C1Scheduler's template visual tree to define a place where a pane representing schedule time intervals will appear.
    Object Model
    C1SchedulerPresenter Class
    Syntax
    'Declaration
     
    
    <WebHostHiddenAttribute()>
    <MarshalingBehaviorAttribute(MarshalingType.Agile)>
    <ContractVersionAttribute(Windows.Foundation.UniversalApiContract, 65536)>
    <StaticAttribute(Windows.UI.Xaml.Controls.IListBoxStatics2, 
       196608, 
       "Windows.Foundation.UniversalApiContract")>
    <ThreadingAttribute(ThreadingModel.Both)>
    <ComposableAttribute(Windows.UI.Xaml.Controls.IListBoxFactory, 
       CompositionType.Public, 
       65536, 
       "Windows.Foundation.UniversalApiContract")>
    <ContentPropertyAttribute()>
    Public Class C1SchedulerPresenter 
       Inherits VisualIntervalsPresenter
       Implements Windows.UI.Xaml.Controls.IItemContainerMapping 
    [WebHostHidden()]
    [MarshalingBehavior(MarshalingType.Agile)]
    [ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
    [Static(Windows.UI.Xaml.Controls.IListBoxStatics2, 
       196608, 
       "Windows.Foundation.UniversalApiContract")]
    [Threading(ThreadingModel.Both)]
    [Composable(Windows.UI.Xaml.Controls.IListBoxFactory, 
       CompositionType.Public, 
       65536, 
       "Windows.Foundation.UniversalApiContract")]
    [ContentProperty()]
    public class C1SchedulerPresenter : VisualIntervalsPresenter, Windows.UI.Xaml.Controls.IItemContainerMapping  
    Inheritance Hierarchy

    System.Object
       Windows.UI.Xaml.DependencyObject
          Windows.UI.Xaml.UIElement
             Windows.UI.Xaml.FrameworkElement
                Windows.UI.Xaml.Controls.Control
                   Windows.UI.Xaml.Controls.ItemsControl
                      Windows.UI.Xaml.Controls.Primitives.Selector
                         Windows.UI.Xaml.Controls.ListBox
                            C1.Xaml.Schedule.VisualIntervalsPresenter
                               C1.Xaml.Schedule.C1SchedulerPresenter

    See Also