Specifies which elements of the calendar are custom-drawn.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public enum CustomDrawElements |
Visual Basic Copy Code |
---|
Public Enum CustomDrawElements |
Member name | Description | |
---|---|---|
CalendarComplete |
Represents the whole calendar |
|
CalendarItem |
An all day item in a Timetable view, or an item in any other view. |
|
CellContents |
The contents of a single cell. |
|
CellHeader |
The header of a single cell. |
|
ItemMoveBand |
The move band of an item in a Timetable view. |
|
ListViewFooter |
The footer of a List view. |
|
ListViewHeader |
The header of a List view. |
|
ListViewHeaderCell |
A cell in the header of a List view. |
|
ListViewMainHeader |
The main header of a List view. |
|
ListViewSubHeader |
A subheader of a List view. |
|
ListViewSubHeaderCell |
A cell in a subheader of a List view. |
|
MonthContents |
The contents of a Month view. |
|
MonthMainHeader |
A month main header in a Month view. |
|
MonthSubHeader |
The day of week header in a Month view. |
|
MonthSubHeaderCell |
A cell in the day of week header in a Month view. |
|
MonthWeekNumbersHeader |
The week numbers header in a Month view. |
|
MonthWeekNumbersHeaderCell |
A cell in the week numbers header in a Month view. |
|
None |
Do not use custom drawing. |
|
ResourceViewCell |
A cell in a Resource view. If the view style is Lanes this enumeration value indicates a cell in each individual lane. |
|
ResourceViewCellComplete |
A cell in a Resource view. If the view style is Lanes this enumeration value indicates a cell that encompasses all lanes for the associated Resource. |
|
ResourceViewItem |
An item in a Resource view. |
|
ResourceViewNowIndicator |
The current time indicator in Resource view. |
|
ResourceViewRowHeader |
The header of a Resource view row. |
|
ResourceViewSelection |
The selection in a Resource view. |
|
ResourceViewTimeline |
A timeline of a Resource view. |
|
ResourceViewTimelineCell |
A cell of a timeline in a Resource view. |
|
TimetableCell |
A cell in a Timetable view. |
|
TimetableColumnHeader |
A column header in a Timetable view. |
|
TimetableGroupHeader |
The group header in a Timetable view. |
|
TimetableGroupHeaderCell |
A cell of the group header in a Timetable view. |
|
TimetableInfoHeader |
The timetable info header. Occurs for each column in the view. |
|
TimetableItem |
A non all-day item in a Timetable view. For all-day items, the CalendarItem value is specified. |
|
TimetableTimeline |
The timeline in a Timetable view. Occurs before the timeline divisions are painted. |
|
TimetableTimelineCell |
A portion of the timeline in a Timetable view. |
|
TimetableTimelineHourCell |
An hour cell of the timeline in a Timetable view. |
|
TimetableWholeDayHeader |
A whole day portion of the header in a Timetable view. Occurs for each column in the view. |
|
WeekRangeHeader |
The header in a WeekRange view. |
|
WeekRangeResourceHeader |
The resource header in a WeekRange view. |
|
WeekRangeSubHeader |
The day of week header in a WeekRange view. |
|
WeekRangeSubHeaderCell |
A cell in the day of week header in a WeekRange view. |