Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / AddingAppointmentEventArgs Class / Appointment Property

In This Topic
    Appointment Property (AddingAppointmentEventArgs)
    In This Topic
    Gets or sets an Appointment object.
    Syntax
    'Declaration
     
    
    Public Shadows Property Appointment As Appointment
    public new Appointment Appointment {get; set;}
    See Also