Specifies elements in the calendar that can be customized.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public enum CalendarTextElements |
Visual Basic Copy Code |
---|
Public Enum CalendarTextElements |
Member name | Description | |
---|---|---|
All |
All elements. |
|
CellHeader |
The header of a single cell. |
|
ListViewFooter |
The footer of a List view. |
|
ListViewHeader |
A cell in the header of a List view. |
|
ListViewMainHeader |
The main header of a List view. |
|
ListViewSubHeader |
A cell in a subheader of a List view. |
|
MonthMainHeader |
A month main header in a Month view. |
|
MonthSubHeader |
A cell in the day of week header in a Month view. |
|
MonthWeekNumbersHeader |
A cell in the week numbers header in a Month view. |
|
None |
Indicates no element. |
|
ResourceViewRowHeader |
The header of a Resource view row. |
|
ResourceViewTimeline |
A cell of a timeline in a Resource view. |
|
TimetableColumnHeader |
A column header in a Timetable view. |
|
TimetableGroupHeader |
A cell in the group header in a Timetable view. |
|
TimetableTimeline |
A cell of the timeline in a Timetable view. |
|
TimetableTimelineHour |
An hour cell of the timeline in a Timetable view. |
|
WeekRangeHeader |
The header in a WeekRange view. |
|
WeekRangeResourceHeader |
The resource header in a WeekRange view. |
|
WeekRangeSubHeader |
A cell in the day of week header in a WeekRange view. |
The values of this enumeration are used to identify various parts of the Calendar control within handlers of the CustomizeText event.