Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.Scheduler.dll
Syntax:
public enum AppointmentBackground
Fields
Specifies that the Anniversary type of background fill should be drawn
Anniversary = 10
Specifies that the Birthday type of background fill should be drawn
Birthday = 9
Specifies that the business type background fill should be drawn
Business = 3
Specifies that the important type of background fill should be drawn
Important = 2
Specifies that the MustAttend type of background fill should be drawn
MustAttend = 6
Specifies that the NeedsPreparation type of background fill should be drawn
NeedsPreparation = 8
Specifies that no background fill is drawn
None = 1
Specifies that the personal type of background fill should be drawn
Personal = 4
Specifies that the PhoneCall type of background fill should be drawn
PhoneCall = 11
Specifies that the TravelRequired type of background fill should be drawn
TravelRequired = 7
Specifies that vacation type of background fill should be drawn
Vacation = 5