MVCxSchedulerTimelineView Methods
Contains settings for the scheduler’s Timeline view.Name | Description |
---|---|
AddAppointmentSelection(Appointment) | Adds the specified appointment to the selection. Inherited from SchedulerViewBase. |
Assign(SchedulerViewBase) | Copies the settings from the specified SchedulerViewBase object to the current object. Inherited from TimelineView. |
ChangeAppointmentSelection(Appointment) | Selects a single appointment. Inherited from SchedulerViewBase. |
Dispose() | Enables a server control to perform final clean up before it is released from memory. Inherited from SchedulerViewBase. |
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetAppointmentDisplayOptions() | Returns an object that allows defining the appointment’s appearance for a particular view. Inherited from SchedulerViewBase. |
GetAppointments() | Override this method to provide access to the appointment’s collection, specific to the current scheduler view. Inherited from SchedulerViewBase. |
GetBaseTimeScale() | Gets the time scale with the minimum time interval among enabled scales. Inherited from TimelineView. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetResources() | Override this method to provide access to the resources’ collection, specific to the current scheduler view. Inherited from SchedulerViewBase. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
GetVisibleIntervals() | Returns a copy of the visible time interval collection for the current view. Inherited from SchedulerViewBase. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ReverseAppointmentSelection(Appointment) | Switches the selection status of the specified appointment. Inherited from SchedulerViewBase. |
SelectAppointment(Appointment, Resource) | Makes the specified appointment on the specified resource the only selected appointment within the View. Inherited from SchedulerViewBase. |
SelectAppointment(Appointment) | Makes the specified appointment the only selected appointment within the View. Inherited from SchedulerViewBase. |
SetDateHeaderTemplateContent(Action<DateHeaderTemplateContainer>) | Allows you to provide a template for rendering the date header. |
SetDateHeaderTemplateContent(String) | Allows you to provide a template for rendering the date header. |
SetDayOfWeekHeaderTemplateContent(Action<DayOfWeekHeaderTemplateContainer>) | Allows you to provide a template for rendering the header indicating the day of week. |
SetDayOfWeekHeaderTemplateContent(String) | Allows you to provide a template for rendering the header indicating the day of week |
SetHorizontalAppointmentTemplateContent(Action<AppointmentTemplateContainer>) | Allows you to provide a template for rendering the horizontal appointment. |
SetHorizontalAppointmentTemplateContent(String) | Allows you to provide a template for rendering the horizontal appointment. |
SetHorizontalResourceHeaderTemplateContent(Action<ResourceHeaderTemplateContainer>) | Allows you to provide a template for rendering the resource header. |
SetHorizontalResourceHeaderTemplateContent(String) | Allows you to provide a template for rendering the resource header |
SetHorizontalSameDayAppointmentTemplateContent(Action<AppointmentTemplateContainer>) | Allows you to provide a template for rendering the horizontal appointment that fits in one day. |
SetHorizontalSameDayAppointmentTemplateContent(String) | Allows you to provide a template for rendering the horizontal appointment that fits in one day. |
SetTimelineCellBodyTemplateContent(Action<TimelineCellBodyTemplateContainer>) | Allows you to provide a template for rendering the time cell. |
SetTimelineCellBodyTemplateContent(String) | Allows you to provide a template for rendering the time cell. |
SetTimelineDateHeaderTemplateContent(Action<TimelineDateHeaderTemplateContainer>) | Allows you to provide a template for rendering the date header in the time line scale. |
SetTimelineDateHeaderTemplateContent(String) | Allows you to provide a template for rendering the date header in the time line scale. |
SetToolbarViewNavigatorTemplateContent(Action<ToolbarViewNavigatorTemplateContainer>) | Allows you to provide a template for rendering the ViewNavigator control area in the toolbar. |
SetToolbarViewNavigatorTemplateContent(String) | Allows you to provide a template for rendering the ViewNavigator control area in the toolbar. |
SetToolbarViewSelectorTemplateContent(Action<ToolbarViewSelectorTemplateContainer>) | Allows you to provide a template for rendering the View Selector control area in the toolbar. |
SetToolbarViewSelectorTemplateContent(String) | Allows you to provide a template for rendering the View Selector control area in the toolbar. |
SetToolbarViewVisibleIntervalTemplateContent(Action<ToolbarViewVisibleIntervalTemplateContainer>) | Allows you to provide a template for rendering the View Visible Interval control area in the toolbar. |
SetToolbarViewVisibleIntervalTemplateContent(String) | Allows you to provide a template for rendering the View Visible Interval control area in the toolbar. |
SetVerticalResourceHeaderTemplateContent(Action<ResourceHeaderTemplateContainer>) | Allows you to provide a template for rendering the vertical resource header. |
SetVerticalResourceHeaderTemplateContent(String) | Allows you to provide a template for rendering the vertical appointment. |
SetVisibleIntervals(TimeIntervalCollection) | Substitutes the visible time interval collection items with new ones. Inherited from SchedulerViewBase. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
ZoomIn() | Performs scaling up to display content in more detail. Inherited from SchedulerViewBase. |
ZoomOut() | Performs scaling down to display a broader look of the View. Inherited from SchedulerViewBase. |
See Also