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 AppointmentCategory

Fields

Specifies that blue fill should be drawn.

C#
Blue = 6

Specifies that gray fill should be drawn.

C#
Gray = 8

Specifies that green fill should be drawn.

C#
Green = 4

Specifies that lavender fill should be drawn.

C#
Lavender = 10

Specifies that no custom background fill is drawn.

C#
None = 1

Specifies that olive fill should be drawn.

C#
Olive = 7

Specifies that orange fill should be drawn.

C#
Orange = 9

Specifies that pink fill should be drawn.

C#
Pink = 5

Specifies that purple fill should be drawn.

C#
Purple = 3

Specifies that raspberry fill should be drawn.

C#
Raspberry = 11

Specifies that yellow fill should be drawn.

C#
Yellow = 2