dbicDayView Send comments on this topic.
Dbi.WinControl.DayView Namespace
See Also  Inheritance Hierarchy
dbicDayView Assembly : Dbi.WinControl.DayView Namespace

Classes

ClassDescription
AfterAppointmentAddEventArgs Provides data for the AfterAppointmentAdd event.
AfterAppointmentChangeEventArgs

Provides data for the AfterAppointmentChange event.

AfterAppointmentDropEventArgs Provides data to the AfterAppointmentDrop Event.
AfterAppointmentRemovedEventArgs Provides data to the  AfterAppointmentRemoved Event.
AfterAppointmentSelectEventArgs Provides data for the AfterAppointmentSelect event.
AfterAppointmentUnSelectEventArgs Provides data for the AfterAppointmentUnSelect event.
AfterTimeSelectEventArgs Provides data for the AfterTimeSelect event.
AppointmentDoubleClickEventArgs Provides data for the AppointmentDoubleClick event.
AppointmentLeftClickEventArgs Provides data for the AppointmentLeftClick Event.
AppointmentMouseOverEventArgs Provides data for the AppointmentMouseOver event.
AppointmentRightClickEventArgs

Provides data for the AppointmentRightClick event.

AppointmentTextChangeEventArgs

Provides data for the AppointmentTextChange event.

ArrowIndicatorClickEventArgs

Provides data for the ArrowIndicatorClick event.

BeforeAppointmentAddEventArgs Provides data for the BeforeAppointmentAdd event.
BeforeAppointmentChangeEventArgs Provides data for the BeforeAppointmentChange event.
BeforeAppointmentDragEventArgs Provides data for the BeforeAppointmentDrag event.
BeforeAppointmentDropEventArgs Provides data to the BeforeAppointmentDrop event.
BeforeAppointmentSelectEventArgs Provides data to the BeforeAppointmentSelect event.
BeforeTimeSelectEventArgs Provides data to the BeforeTimeSelect Event.
ColorLineEventArgs Provides data to the ColorLine event.
ColumnTypeCollection Creates a collection to store dbiColumnType objects for use in displaying custom columns.
ControlErrorEventArgs

Provides data for the ControlError event.

dbiColumnType A ColumnType object that is used to define custom column information.
dbiDayView A mult-day, multi-column scheduling control.
FirstDrawEventArgs Provides data to the FirstDraw event.
HorzScrollEventArgs Provides data for the HorzScroll event.
TimeDoubleClickEventArgs Provides data for the TimeDoubleClick event.
UserDrawnAppointmentEventArgs Provides data for the UserDrawnAppointment Event.
UserDrawnHeaderEventArgs Provides data for the UserDrawnHeader Event.
VertScrollEventArgs Provides data for the VertScroll event.

Delegates

DelegateDescription
dbiDayView.EventAfterAppointmentAddHandler Represents the method that will handle the AfterAppointmentAdd event.
dbiDayView.EventAfterAppointmentChangeHandler Represents the method that will handle the AfterAppointmentChange event.
dbiDayView.EventAfterAppointmentDropHandler Represents the method that will handle the AfterAppointmentDrop event.
dbiDayView.EventAfterAppointmentRemovedHandler Represents the method that will handle the AfterAppointmentRemoved Event.
dbiDayView.EventAfterAppointmentSelectHandler Represents the method that will handle the AfterAppointmentSelect event.
dbiDayView.EventAfterAppointmentUnSelectHandler Represents the method that will handle the AfterAppointmentUnSelect event.
dbiDayView.EventAfterTimeSelectHandler Represents the method that will handle the AfterTimeSelect event.
dbiDayView.EventAppointmentDoubleClickHandler Represents the method that will handle the AppointmentDoubleClick event.
dbiDayView.EventAppointmentLeftClickHandler Represents the method that will handle the AppointmentLeftClick Event.
dbiDayView.EventAppointmentMouseOverHandler Represents the method that will handle the AppointmentMouseOver event.
dbiDayView.EventAppointmentRightClickHandler Represents the method that will handle the AppointmentRightClick event.
dbiDayView.EventAppointmentTextChangeHandler Represents the method that will handle the AppointmentTextChange event.
dbiDayView.EventArrowIndicatorClickHandler Represents the method that will handle the ArrowIndicatorClick event.
dbiDayView.EventBeforeAppointmentAddHandler Represents the method that will handle the BeforeAppointmentAdd event.
dbiDayView.EventBeforeAppointmentChangeHandler Represents the method that will handle the BeforeAppointmentChange event.
dbiDayView.EventBeforeAppointmentDragHandler Represents the method that will handle the BeforeAppointmentDrag event.
dbiDayView.EventBeforeAppointmentDropHandler Represents the method that will handle the BeforeAppointmentDrop event.
dbiDayView.EventBeforeAppointmentSelectHandler Represents the method that will handle the BeforeAppointmentSelect event.
dbiDayView.EventBeforeTimeSelectHandler Represents the method that will handle the BeforeTimeSelect Event.
dbiDayView.EventColorLineHandler Represents the method that will handle the ColorLine event.
dbiDayView.EventControlErrorHandler Represents the method that will handle the ControlError event.
dbiDayView.EventFirstDrawHandler Represents the method that will handle the FirstDraw event.
dbiDayView.EventHorzScrollHandler Represents the method that will handle the HorzScroll event.
dbiDayView.EventTimeDoubleClickHandler Represents the method that will handle the TimeDoubleClick event.
dbiDayView.EventUserDrawnAppointmentHandler Represents the method that will handle the UserDrawnAppointment Event event.
dbiDayView.EventUserDrawnHeaderHandler Represents the method that will handle the UserDrawnHeader Event event.
dbiDayView.EventVertScrollHandler Represents the method that will handle the VertScroll event.

Enumerations

EnumerationDescription
enumAmPmPosition Determines how the Am/Pm will be displayed. Set in the AmPmPosition Property.
enumAppointmentType Determines the type of columns to display, set in the AppointmentType Property.
enumArrowPosition Determines the position of the appointment above/below arrow, set in the ArrowPosition Property.
enumArrowType Determines the type of appointment above/below arrow to display, set in the ArrowType Property.
enumBitmapView Determines the view that is presented in the DayViewBitmap Method.
enumControlStyle The style of the control set in the ControlStyle Property.
enumDayViewItem Specifies a section of the control
enumEnterKey How the <Enter> key is used when typing text into an appointment, set in the EnterKey Property.
enumGroupType How the columns will be grouped, set in the GroupType Property.
enumImageOrientation The orientation of the images in an appointment, set in the ImageOrientation Property.
enumImageType The type of image to create with the CreateImage Method.
enumMinuteFormat The minute format when TimeType Property is split. Set in the MinuteFormat Property.
enumPrintReportType How the control will be printed using the Print Method or the PrintPreview Method.
enumSelectedAppStyle Determines how the currently selected appointment will look, set in the SelectedAppStyle Property.
enumShadowType The type of shadow to be drawn.
enumTimeBorderStyle Determines the type of border set in the TimeBorderStyle Property.
enumTimeType How the time is displayed in the control, set in the TimeType Property.
enumTitlePosition The position of the title section, set in the TitlePosition Property.
enumTodayDisplayStyle

Determines the display style of the header and column for the current day, set in TodayDisplayStyle Property.

See Also