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

Classes

ClassDescription
AfterViewChangeEventArgs Provides data to the AfterViewChange Event in the control
ButtonClickEventArgs Provides data to the ButtonClick Event in the control.
DateTimeCollection A collection of DateTime objects.
dbiButtonControl A class which allows for button customization.
dbiDate A calendar able to display a single or multiple months.
dbiDayFormatCollection The collection of day formats in the control.
dbiDaysWeekendCollection Collection containing the days that are to be considered weekends.
dbiMonthImageControl A class for storing images to be used for each of the 12 months of a year.
HeaderColumnClickEventArgs Provides data to the HeaderColumnClick Event in the control
PageChangeEventArgs Provides data to the PageChange event in the control.
UserDrawnWeekSummaryEventArgs Provides data to the UserDrawnWeekSummary Event
WeekNumberClickEventArgs Provides data to the WeekNumberClick Event in the control

Delegates

DelegateDescription
ButtonClickEventHandler Represents the method that will handle the ButtonClick event in the control.
dbiDate.EventAfterViewChangeHandler Represents the method that will handle the AfterViewChange Event in the control.
dbiDate.EventHeaderColumnClickHandler Represents the method that will handle the HeaderColumnClick Event in the control.
dbiDate.EventWeekNumberClickHandler Represents the method that will handle the WeekNumberClick Event in the control.
dbiDate.UserDrawnWeekSummaryHandler Represents the method that will handle the UserDrawnWeekSummary Event in the control
PageChangeEventHandler Represents the method that will handle the PageChange event in the control.

Enumerations

EnumerationDescription
dbiButtonControl.ButtonState The available states for a dbiButtonControl to be in
enumAnimationArea The available sections of the control that can be aninmated when the user triggers an animation.
enumAnimationEffect The available effects for the animation when changing the control's display
enumAnimationType the available options for how the animation in the control is processed.
enumArrowOrientation

The available orientations for the arrows displayed in the navigation buttons.

enumBackImageArea The available areas of the calendar for calculating where the back image can be displayed.
enumBackImageLayout Available options for the layout of the images used in the background of the months
enumButtonAlign The available horizontal alignment of the grouping for the navigation buttons
enumControlStyle The predefined styles for the control.
enumSmoothingMode The available smoothing types to apply to the control's display
enumViewType The available displays when using the ExtendedView functionality
enumWeekNumbersPosition How the week numbers will be displayed.

See Also