property Group.EventBackColor as Color
Specifies the background color or the visual appearance of the events in the same group.

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 EventBackColor property specifies the event's background color if it belongs to a group. The ApplyGroupingColors property indicates whether the EventForeColor, EventBackColor and EventPattern  properties of the Group object are being applied to events. 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 GroupID property of the Event specifies the identifier of the Group that owns the event. The HeaderBackColor property can be used to specify a different visual appearance of the group's header.

The control displays groups if