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

In This Topic
    Label Property (Appointment)
    In This Topic
    Gets or sets the Label object associated with this appointment.
    Syntax
    'Declaration
     
    
    Public Property Label As Label
    public Label Label {get; set;}
    Remarks
    Labels may be associated with an appointment to effectively group appointments. This property only accepts Label objects which are present in the C1ScheduleStorage.LabelStorage storage.
    See Also