property Schedule.BodyEventBackColor as Color
Specifies the default visual appearance of the events.

TypeDescription
Color A Color expression that specifies the background color to show the event's body. The last 7 bits in the high significant byte of the color to indicates the identifier of the skin being used. Use the Add method to add new skins to the control. If you need to remove the skin appearance from a part of the control you need to reset the last 7 bits in the high significant byte of the color being applied to the background's part.
The BodyEventBackColor property specifies the background color to show the body for all events. The BodyBackColor property specifies the background color of the event's body. The EventBackColor property specifies the event's background color if it belongs to a group. The BodyForeColor property specifies the foreground color to show the labels on the event. The BodyPattern property gives access to the pattern to be shown on the event's body. The StatusColor property indicates the color show the event's status. The ShowEvents property specifies what events the control should show. The EventsTransparent property indicates the transparency to show the events on the schedule view.