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

In This Topic
    IsOccurrence Property (RecChoiceControl)
    In This Topic
    Get the Nullable value specifying the end-user choice. True for the single occurrence and false for the whole series. Returns null if end-user closed flyout without any selection.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsOccurrence As Nullable(Of Boolean)
    public Nullable<bool> IsOccurrence {get;}
    See Also