Class AgendaAppointmentWrapper
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.Scheduler.dll
Syntax
public class AgendaAppointmentWrapper : AppointmentWrapper, INotifyPropertyChanged
Constructors
AgendaAppointmentWrapper(Appointment, RadScheduler)
Declaration
public AgendaAppointmentWrapper(Appointment appointment, RadScheduler schedulerData)
Parameters
Appointment
appointment
|
RadScheduler
schedulerData
|
Properties
Date
the Appointment Date without time component
Declaration
public DateTime Date { get; }
Property Value
System.DateTime
|
Time
Declaration
public string Time { get; }
Property Value
System.String
|