dbicCalendar Send comments on this topic.
Dbi.WinControl.Calendar Namespace
See Also  Inheritance Hierarchy
dbicCalendar Assembly : Dbi.WinControl.Calendar Namespace
The dbicCalendar namespace

Classes

ClassDescription
AppointmentItemEventArgs Provides appointment data to events in the control.
ArrowIndicatorClickEventArgs Provides data for the ArrowIndicatorClick Event of the control.
DateEventArgs Provides date data to events in the control.
DateTimeCollection A collection of Date objects.
dbiCalendar An enhanced scrolling calendar.
dbiDayFormatCollection The collection of day formats in the control.
SetTipsEventArgs Provides data to the SetTips Event in the control.
UserDrawnWeekSummaryEventArgs Provides data to the UserDrawnWeekSummary Event of the control
WeekSummaryClickEventArgs Provides data to the WeekSummaryClick Event of the control

Delegates

DelegateDescription
AppointmentItemEventHandler Represents the method that will handle the AppointmentClick Event,  AppointmentDoubleClick Event and AppointmentOver Event in the control.
DateChangeEventHandler Represents the method that will handle the DateChange Event in the control.
DateClickEventHandler Represents the method that will handle the DateClick Event in the control.
DateOverEventHandler Represents the method that will handle the DateOver Event in the control.
dbiCalendar.EventArrowIndicatorClickHandler Represents the method that will handle the ArrowIndicatorClick Event in the control.
dbiCalendar.UserDrawnWeekSummaryHandler Represents the method that will handle the UserDrawnWeekSummary Event in the control.
dbiCalendar.WeekSummaryClickHandler Represents the method that will handle the WeekSummaryClick Event in the control.
SetTipsEventHandler Represents the method that will handle the SetTips Event in the control.

Enumerations

EnumerationDescription
AppointmentDetail Determines how the appointments will be shown in the control.
enumAppointmentFormat How the appointments will be displayed.
enumArrowIndicator The style of the arrow used to indicate there are more appointments for a given day than can be displayed.
enumControlStyle Predefined styles for the control.
enumGroupType How the calendars will be grouped.
enumImageType The type of image to create with the CreateImage Method
enumNavigationStyle How to navigate through the calendars.
enumSelectedType How the selected date will be highlighted.
enumTipsType The format of the tool tips.
enumViewType How the calendar will be displayed.
enumYearDisplay How the year will be displayed.

See Also