Class
AppointmentWrapper

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.Scheduler.dll

Syntax:

cs-api-definition
public class AppointmentWrapper : INotifyPropertyChanged

Inheritance: objectAppointmentWrapper

Derived Classes: AgendaAppointmentWrapper

Implements: INotifyPropertyChanged

Constructors

AppointmentWrapper(Appointment, RadScheduler)

Declaration

cs-api-definition
public AppointmentWrapper(Appointment appointment, RadScheduler schedulerData)

Parameters

appointment

Appointment

schedulerData

RadScheduler

Fields

appointment

Declaration

cs-api-definition
protected Appointment appointment

Field Value

Appointment

schedulerData

Declaration

cs-api-definition
protected RadScheduler schedulerData

Field Value

RadScheduler

Properties

Background

Declaration

cs-api-definition
public Color Background { get; }

Property Value

Color

Description

Declaration

cs-api-definition
public string Description { get; set; }

Property Value

string

End

Declaration

cs-api-definition
public virtual DateTime End { get; }

Property Value

DateTime

Location

Declaration

cs-api-definition
public string Location { get; }

Property Value

string

Recurrence

Declaration

cs-api-definition
public string Recurrence { get; }

Property Value

string

Reminder

Declaration

cs-api-definition
public string Reminder { get; }

Property Value

string

Resource

Declaration

cs-api-definition
public string Resource { get; }

Property Value

string

Start

Declaration

cs-api-definition
public virtual DateTime Start { get; }

Property Value

DateTime

Summary

Declaration

cs-api-definition
public string Summary { get; set; }

Property Value

string

Methods

GetColor()

Declaration

cs-api-definition
public Color GetColor()

Returns

Color

GetDisplayName()

Declaration

cs-api-definition
public string GetDisplayName()

Returns

string

ParseTimeSpan(TimeSpan?)

Declaration

cs-api-definition
protected virtual string ParseTimeSpan(TimeSpan? time)

Parameters

time

TimeSpan?

Returns

string

Events

PropertyChanged

Declaration

cs-api-definition
public event PropertyChangedEventHandler PropertyChanged

Event Value

PropertyChangedEventHandler

Implements INotifyPropertyChanged.PropertyChanged