Specifies a calendar subelement.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
C#
![]() |
---|
public enum CalendarElement |
Visual Basic
![]() |
---|
Public Enum CalendarElement |
Member name | Description | |
---|---|---|
![]() |
Cell |
A cell in a SingleMonth, MonthRange, WeekRange or List view. |
![]() |
HorizontalScrollBar |
The horizontal scrollbar. |
![]() |
MonthWeek |
The week header in a SingleMonth and MonthRange view. |
![]() |
NavigationButtonLeft |
The left navigation button that performs a small step. |
![]() |
NavigationButtonLeftFast |
The left navigation button that performs a large step. |
![]() |
NavigationButtonRight |
The right navigation button that performs a small step. |
![]() |
NavigationButtonRightFast |
The right navigation button that performs a large step. |
![]() |
ResourceViewBottomTimeline |
The bottom timeline in a Resource view. |
![]() |
ResourceViewCell |
A cell in a Resource view. |
![]() |
ResourceViewHeader |
The row header in a Resource view. |
![]() |
ResourceViewMiddleTimeline |
The middle timeline in a Resource view. |
![]() |
ResourceViewTopTimeline |
The topmost timeline in a Resource view. |
![]() |
TimetableCell |
A cell in a Timetable view. |
![]() |
TimetableColumnHeader |
The header of a Timetable view column. This might be the header displaying the column date, if no grouping is enabled, or the header displaying the referenced contact or location if grouping is enabled. |
![]() |
TimetableDayHeader |
The all-day header in a Timetable view. |
![]() |
TimetableGroupHeader |
The group header in a Timetable view. Only available when grouping is enabled. |
![]() |
TimetableInfoHeader |
The info header in a Timetable view. |
![]() |
TimetableTimeline |
The timeline in a Timetable view. |
![]() |
VerticalScrollBar |
The vertical scrollbar. |
The values of this enumeration are used to identify various parts of the Calendar control when you need to obtain the bounding rectangle of a particular element through a call to the GetElementBounds method.