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

In This Topic
    RemindersListBox Class
    In This Topic
    The RemindersListBox represents collection of C1.C1Schedule.Reminder objects in a two-column view.
    Object Model
    RemindersListBox 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 RemindersListBox 
       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 RemindersListBox : 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.RemindersListBox

    See Also