ClassAppointmentWrapper
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.Scheduler.dll
Syntax:
cs-api-definition
public class AppointmentWrapper : INotifyPropertyChanged
Inheritance: objectAppointmentWrapper
Derived Classes:
Implements:
Constructors
AppointmentWrapper(Appointment, RadScheduler)
Declaration
cs-api-definition
public AppointmentWrapper(Appointment appointment, RadScheduler schedulerData)
Parameters
appointment
schedulerData
Fields
Properties
Methods
Events
PropertyChanged
Declaration
cs-api-definition
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements