Scheduler for WPF | ComponentOne
C1.Schedule Namespace / Appointment Class / InCollection Property

In This Topic
    InCollection Property
    In This Topic
    Returns the System.Boolean values specifying whether the current appointment has been added to the parent AppointmentCollection.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property InCollection As Boolean
    public bool InCollection {get;}
    See Also