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

AgendaView Members

A view that lists appointments by day.

Constructors

Name Description
AgendaView(SchedulerControl) Initializes a new instance of the AgendaView class with the specified Scheduler control.

Properties

Name Description
Appearance Provides access to the properties that control the appearance of the AgendaView‘s elements.
AppointmentDisplayOptions Provides access to options that enable you to show or hide certain view elements.
AppointmentHeight Obsolete. Gets or sets the height of a single appointment for the current View (in pixels). Inherited from SchedulerViewBase.
Bounds Obsolete. Gets or sets the bounds of the current View. Inherited from SchedulerViewBase.
Control Gets the scheduler control which the current View belongs to. Inherited from SchedulerViewBase.
DateTimeScrollbarVisible Overrides the property of the base class. Has no effect for the Agenda view.
DayCount Gets or sets the number of days displayed in the view.
DisplayName Gets or sets the string to display to indicate the scheduler’s view. Inherited from SchedulerViewBase.
Enabled Gets or sets if the view is enabled for the SchedulerControl. Inherited from SchedulerViewBase.
FirstVisibleResourceIndex Gets or sets the visible index of the first resourse currently displayed on-screen. Inherited from SchedulerViewBase.
GroupSeparatorWidth Overrides the property of the base class to hide it. Has no effect for the Agenda view.
GroupType Gets or sets a value that specifies the type of grouping applied to the View. Inherited from SchedulerViewBase.
Id Overrides the corresponding property of the base class to hide it. Inherited from SchedulerViewBase.
MenuCaption

Gets or sets the menu caption string to indicate the Agenda view.

.

MenuItemId Gets the ID of the menu item which relates to the Agenda View.
NavigationButtonAppointmentSearchInterval Specifies the time span used to search for appointments by Navigation Buttons. Inherited from SchedulerViewBase.
NavigationButtonVisibility Gets or sets the condition for display of the Navigation Buttons. Inherited from SchedulerViewBase.
Painter Obsolete. Gets an object that provides the painting functionality of the scheduler control’s Views. Inherited from SchedulerViewBase.
ResourcesPerPage Overrides the property of the base class to hide it. Has no effect for the Agenda view.
SelectedInterval Gets the time interval currently selected in the scheduler’s active view by an end-user. Inherited from SchedulerViewBase.
SelectedResource Gets the resource which contains the time interval currently selected in the scheduler’s active view. Inherited from SchedulerViewBase.
ShortDisplayName Gets or sets a short name of the current view. Inherited from SchedulerViewBase.
ShowMoreButtons Overrides the property of the base class to hide it. Has no effect for the Agenda view.
StatusDisplayType Implemented to hide the property of the base class.
Type Gets the view’s type.
ViewInfo Gets the current object’s view information. Inherited from SchedulerViewBase.
VisibleIntervals Obsolete. Gets the collection of visible intervals (for instance, days or weeks) displayed by the View. Inherited from SchedulerViewBase.

Methods

Name Description
AddAppointmentSelection(Appointment) Selects the specified appointment. Inherited from SchedulerViewBase.
CalcHitInfo(Point, Boolean) Returns information on scheduler elements located at the specified point. Inherited from SchedulerViewBase.
ChangeAppointmentSelection(Appointment) Selects a single appointment. Inherited from SchedulerViewBase.
Dispose() Disposes of the SchedulerViewBase object. Inherited from SchedulerViewBase.
DisposeViewControls() Disposes of a grid control contained in the Agenda view and removes it from the collection.
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 UserInterfaceObject instance. Inherited from UserInterfaceObject.
GetAppointments() Gets the collection of appointments displayed in the current Scheduler view. Inherited from SchedulerViewBase.
GetFilteredResources() Obtains a collection of filtered resources from the Storage. Inherited from SchedulerViewBase.
GetHashCode() Gets the hash code (a number) that corresponds to the value of the current UserInterfaceObject object. Inherited from UserInterfaceObject.
GetResources() Gets a collection of visible resources for 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.
GotoTimeInterval(TimeInterval) Selects the specified time interval and scrolls the View to it if it’s not currently visible. Inherited from SchedulerViewBase.
InitializeViewControls() Creates and initializes inner grid control contained in the Agenda view.
Invalidate() Invalidates the region occupied by the current View (adds it to the control’s update region which will be repainted during the next paint operation), and causes a paint message to be sent to the scheduler control. Inherited from SchedulerViewBase.
Invalidate(Rectangle) Invalidates the specified region occupied by the current View (adds it to the control’s update region which will be repainted during the next paint operation), and send a paint message to the scheduler control.
LayoutChanged() Updates the View and forces the scheduler control to display any changes made to the View’s layout. 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 and scrolls to it. Inherited from SchedulerViewBase.
SelectAppointment(Appointment) Makes the specified appointment the only selected appointment within the View and scrolls to it. Inherited from SchedulerViewBase.
SetSelection(TimeInterval, Resource) Selects time cells which encompass the specified time interval. Inherited from SchedulerViewBase.
SetVisibleIntervals(TimeIntervalCollection) Fills the visible time interval collection with new items. Inherited from SchedulerViewBase.
ToString() Returns the element’s textual representation. Inherited from UserInterfaceObject.
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.

Events

Name Description
PropertyChanged Occurs when a property value changes. Inherited from UserInterfaceObject.
See Also