Enum
AppointmentBackground

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.Scheduler.dll

Syntax:

cs-api-definition
public enum AppointmentBackground

Fields

Anniversary

Specifies that the Anniversary type of background fill should be drawn

Declaration

cs-api-definition
Anniversary = 10

Field Value

AppointmentBackground

Birthday

Specifies that the Birthday type of background fill should be drawn

Declaration

cs-api-definition
Birthday = 9

Field Value

AppointmentBackground

Business

Specifies that the business type background fill should be drawn

Declaration

cs-api-definition
Business = 3

Field Value

AppointmentBackground

Important

Specifies that the important type of background fill should be drawn

Declaration

cs-api-definition
Important = 2

Field Value

AppointmentBackground

MustAttend

Specifies that the MustAttend type of background fill should be drawn

Declaration

cs-api-definition
MustAttend = 6

Field Value

AppointmentBackground

NeedsPreparation

Specifies that the NeedsPreparation type of background fill should be drawn

Declaration

cs-api-definition
NeedsPreparation = 8

Field Value

AppointmentBackground

None

Specifies that no background fill is drawn

Declaration

cs-api-definition
None = 1

Field Value

AppointmentBackground

Personal

Specifies that the personal type of background fill should be drawn

Declaration

cs-api-definition
Personal = 4

Field Value

AppointmentBackground

PhoneCall

Specifies that the PhoneCall type of background fill should be drawn

Declaration

cs-api-definition
PhoneCall = 11

Field Value

AppointmentBackground

TravelRequired

Specifies that the TravelRequired type of background fill should be drawn

Declaration

cs-api-definition
TravelRequired = 7

Field Value

AppointmentBackground

Vacation

Specifies that vacation type of background fill should be drawn

Declaration

cs-api-definition
Vacation = 5

Field Value

AppointmentBackground