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

In This Topic
    RecChoiceControl Class
    In This Topic
    Allows to select or remove a single occurrence or the whole recurring series.
    Object Model
    RecChoiceControl Class
    Syntax
    'Declaration
     
    
    <ContentPropertyAttribute()>
    <ThreadingAttribute(ThreadingModel.Both)>
    <StaticAttribute(Windows.UI.Xaml.Controls.IUserControlStatics, 
       65536, 
       "Windows.Foundation.UniversalApiContract")>
    <MarshalingBehaviorAttribute(MarshalingType.Agile)>
    <ComposableAttribute(Windows.UI.Xaml.Controls.IUserControlFactory, 
       CompositionType.Public, 
       65536, 
       "Windows.Foundation.UniversalApiContract")>
    <WebHostHiddenAttribute()>
    <ContractVersionAttribute(Windows.Foundation.UniversalApiContract, 65536)>
    Public Class RecChoiceControl 
       Inherits Windows.UI.Xaml.Controls.UserControl
       Implements Windows.UI.Xaml.Markup.IComponentConnector, Windows.UI.Xaml.Markup.IComponentConnector2 
    [ContentProperty()]
    [Threading(ThreadingModel.Both)]
    [Static(Windows.UI.Xaml.Controls.IUserControlStatics, 
       65536, 
       "Windows.Foundation.UniversalApiContract")]
    [MarshalingBehavior(MarshalingType.Agile)]
    [Composable(Windows.UI.Xaml.Controls.IUserControlFactory, 
       CompositionType.Public, 
       65536, 
       "Windows.Foundation.UniversalApiContract")]
    [WebHostHidden()]
    [ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
    public class RecChoiceControl : Windows.UI.Xaml.Controls.UserControl, Windows.UI.Xaml.Markup.IComponentConnector, Windows.UI.Xaml.Markup.IComponentConnector2  
    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.UserControl
                      C1.Xaml.Schedule.RecChoiceControl

    See Also