MindFusion.Scheduling for Xamarin Programmer's Guide
CalendarElement Enumeration
See Also
 






Specifies a calendar subelement.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public enum CalendarElement

Visual Basic  Copy Code

Public Enum CalendarElement

 Members

  Member name Description

Cell

A cell in a Month or List view.

MonthWeek

The week header in a Month 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.

 Remarks

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.

 See Also

MindFusion.Scheduling Namespace