New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.Scheduler.dll

Syntax:

C#
public class AppointmentWrapper : INotifyPropertyChanged

Inheritance: objectAppointmentWrapper

Derived Classes: AgendaAppointmentWrapper

Implements: INotifyPropertyChanged

Constructors

C#
public AppointmentWrapper(Appointment appointment, RadScheduler schedulerData)
Parameters:appointmentAppointmentschedulerDataRadScheduler

Fields

C#
protected Appointment appointment
C#
protected RadScheduler schedulerData

Properties

C#
public Color Background { get; }
C#
public string Description { get; set; }
C#
public virtual DateTime End { get; }
C#
public string Location { get; }
C#
public string Recurrence { get; }
C#
public string Reminder { get; }
C#
public string Resource { get; }
C#
public virtual DateTime Start { get; }
C#
public string Summary { get; set; }

Methods

C#
public Color GetColor()
Returns:

Color

C#
public string GetDisplayName()
Returns:

string

C#
protected virtual string ParseTimeSpan(TimeSpan? time)
Parameters:timeTimeSpan?Returns:

string

Events

C#
public event PropertyChangedEventHandler PropertyChanged

Implements: INotifyPropertyChanged.PropertyChanged