Skip to main content
A newer version of this page is available. .

SchedulerViewBase Members

Serves as a base class for different scheduler Views.

Properties

Name Description
Control Gets the scheduler control to which the current View belongs.
DisplayName Gets or sets the string to display to indicate the currently active view.
Enabled Gets or sets whether a particular View is enabled for the scheduler.
FirstVisibleResourceIndex Gets or sets the index of a resource in the collection of visible resources, which is displayed first within the current scheduler view.
GroupType Gets or sets a value that specifies the type of grouping applied to the View.
MenuCaption Gets or sets the menu caption string to indicate the View.
MoreButtonHTML Specifies the HTML string used as the caption in the “Show more” buttons.
NavigationButtonAppointmentSearchInterval Specifies the time span used to search for appointments by Navigation Buttons.
NavigationButtonVisibility Gets or sets the condition for display of the Navigation Buttons.
ResourcesPerPage Gets or sets the number of resources shown at one time on a screen.
SelectedInterval Gets the time interval currently selected in the scheduler’s active View by an end-user.
SelectedResource Gets the resource which contains the time interval currently selected in the scheduler’s active view.
ShortDisplayName Gets or sets a short name of the current view.
ShowMoreButtons Gets or sets a value which specifies if the More Buttons should be shown in the current View.
Type Gets the View’s type.
ViewSelectorItemAdaptivePriority Gets or sets the priority of View Selector item hiding in adaptive mode.
VisibleIntervals Obsolete. This method is obsolete. Do not use it.
VisibleResourceIds

Methods

Name Description
AddAppointmentSelection(Appointment) Adds the specified appointment to the selection.
Assign(SchedulerViewBase) Copies the settings from the specified SchedulerViewBase object to the current object.
ChangeAppointmentSelection(Appointment) Selects a single appointment.
Dispose() Enables a server control to perform final clean up before it is released from memory.
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.
GetAppointments() Override this method to provide access to the appointment’s collection, specific to the current scheduler view.
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.
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.
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.
SelectAppointment(Appointment, Resource) Makes the specified appointment on the specified resource the only selected appointment within the View.
SelectAppointment(Appointment) Makes the specified appointment the only selected appointment within the View.
SetSelection(TimeInterval, Resource) Selects time cells which encompass the specified time interval.
SetVisibleIntervals(TimeIntervalCollection) Substitutes the visible time interval collection items with new ones.
ToString() Returns a string that represents the current object. Inherited from Object.
ZoomIn() Performs scaling up to display content in more detail.
ZoomOut() Performs scaling down to display a broader look of the View.
See Also