Scheduler for WPF and Silverlight | ComponentOne
C1.C1Schedule Namespace / Appointment Class / Conflicts Property

In This Topic
    Conflicts Property (Appointment)
    In This Topic
    Gets the AppointmentList object representing the list of Appointment objects which are in conflict with this particular appointment.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Conflicts As AppointmentList
    public AppointmentList Conflicts {get;}
    See Also