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

In This Topic
    VisualIntervalsPresenter Class
    In This Topic
    The base class for list boxes which should represent the collection of VisualInterval objects.
    Object Model
    VisualIntervalsPresenter 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 VisualIntervalsPresenter 
       Inherits Windows.UI.Xaml.Controls.ListBox
       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 VisualIntervalsPresenter : Windows.UI.Xaml.Controls.ListBox, 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
                               C1.Xaml.Schedule.VisualIntervalGroupsPresenter

    See Also