property Event.BodyBackColor as Color
Specifies the background color or the visual appearance of the event (body).

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.
By default, the BodyBackColor property is 0. The BodyBackColor property has effect only, if it is not-zero. The BodyBackColor property specifies the background color of the event's body. The BodyEventBackColor property specifies the background color to show the body for all events. 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. Use the BodyBackgroundExt property to apply multiple colors, texts, icons, images, patterns or frames to the event's background.