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

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.Scheduler.dll

Syntax:

C#
public enum AppointmentBackground

Fields

Specifies that the Anniversary type of background fill should be drawn

C#
Anniversary = 10

Specifies that the Birthday type of background fill should be drawn

C#
Birthday = 9

Specifies that the business type background fill should be drawn

C#
Business = 3

Specifies that the important type of background fill should be drawn

C#
Important = 2

Specifies that the MustAttend type of background fill should be drawn

C#
MustAttend = 6

Specifies that the NeedsPreparation type of background fill should be drawn

C#
NeedsPreparation = 8

Specifies that no background fill is drawn

C#
None = 1

Specifies that the personal type of background fill should be drawn

C#
Personal = 4

Specifies that the PhoneCall type of background fill should be drawn

C#
PhoneCall = 11

Specifies that the TravelRequired type of background fill should be drawn

C#
TravelRequired = 7

Specifies that vacation type of background fill should be drawn

C#
Vacation = 5