property Schedule.ShowEvents as ShowEventsEnum
Indicates the type of the events which schedule displays.

TypeDescription
ShowEventsEnum A ShowEventsEnum expression indicates the type of events the control shows. 
By default, the ShowEvents property is exShowAllEvents. The ShowEvents property specifies what events the control should show. You can use the ShowEvents property to show only the regular events, repetitive events, or all events. The ShowEventLabels property specifies whether the labels are shown on the event's body. The ShowEventPictures property specifies whether the labels are shown on the event's body.  The EventsTransparent property indicates the transparency to show the events on the schedule view.

For instance, the ShowEvents on 0 ( zero ), indicates no events are shown on the control. the ShowEvents on 2 ( two ), indicates that the schedule view displays the repetitive events only.