Enum
AppointmentCategory

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.Scheduler.dll

Syntax:

cs-api-definition
public enum AppointmentCategory

Fields

Blue

Specifies that blue fill should be drawn.

Declaration

cs-api-definition
Blue = 6

Field Value

AppointmentCategory

Gray

Specifies that gray fill should be drawn.

Declaration

cs-api-definition
Gray = 8

Field Value

AppointmentCategory

Green

Specifies that green fill should be drawn.

Declaration

cs-api-definition
Green = 4

Field Value

AppointmentCategory

Lavender

Specifies that lavender fill should be drawn.

Declaration

cs-api-definition
Lavender = 10

Field Value

AppointmentCategory

None

Specifies that no custom background fill is drawn.

Declaration

cs-api-definition
None = 1

Field Value

AppointmentCategory

Olive

Specifies that olive fill should be drawn.

Declaration

cs-api-definition
Olive = 7

Field Value

AppointmentCategory

Orange

Specifies that orange fill should be drawn.

Declaration

cs-api-definition
Orange = 9

Field Value

AppointmentCategory

Pink

Specifies that pink fill should be drawn.

Declaration

cs-api-definition
Pink = 5

Field Value

AppointmentCategory

Purple

Specifies that purple fill should be drawn.

Declaration

cs-api-definition
Purple = 3

Field Value

AppointmentCategory

Raspberry

Specifies that raspberry fill should be drawn.

Declaration

cs-api-definition
Raspberry = 11

Field Value

AppointmentCategory

Yellow

Specifies that yellow fill should be drawn.

Declaration

cs-api-definition
Yellow = 2

Field Value

AppointmentCategory