constants ShowEventsEnum
The ShowEventsEnum type indicates the events to be displayed in the control. The ShowEvents property indicates the type of the events which schedule displays. 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. The EventsTransparent property indicates the transparency to show the events on the schedule view.

The ShowEventsEnum type supports one or a combination of the following flags:

NameValueDescription
exShowAllEvents-1 Shows all events.
exShowRegularEvents1 Shows the regular events.
exShowRepetitiveEvents2 Shows the repetitive events. The KnownProperty(exEventRepetitive) indicates whether the event is an repetitive event. The Repetitive property indicates the expression that defines the dates where the event occurs.