DayView Members
Represents a Day View.Constructors
| Name | Description |
|---|---|
| DayView(ASPxScheduler) | Initializes a new instance of the DayView class with the specified ASPxScheduler control. |
Properties
| Name | Description |
|---|---|
| AppointmentDisplayOptions | Provides access to the options specifying how appointments are displayed in the Day View and its descendants. |
| Control | Gets the scheduler control to which the current View belongs. Inherited from SchedulerViewBase. |
| DayCount | Gets or sets the number of days that are simultaneously displayed within the Day View. |
| DisplayName | Gets or sets the string to display to indicate the currently active view. Inherited from SchedulerViewBase. |
| Enabled | Gets or sets whether a particular View is enabled for the scheduler. Inherited from SchedulerViewBase. |
| FirstVisibleResourceIndex | Gets or sets the index of a resource in the collection of visible resources, which is displayed first within the current scheduler view. Inherited from SchedulerViewBase. |
| GroupType | Gets or sets a value that specifies the type of grouping applied to the View. Inherited from SchedulerViewBase. |
| MenuCaption | Gets or sets the menu caption string to indicate the View. Inherited from SchedulerViewBase. |
| 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. |
| ResourcesPerPage | Gets or sets the number of resources shown at one time on a screen. Inherited from SchedulerViewBase. |
| 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. |
| ShowAllAppointmentsAtTimeCells | Gets or sets whether the AllDay appointments are displayed in time cells instead of the All-Day Area. |
| ShowAllDayArea | Gets or sets a value which specifies if the All-Day Area is shown when a Scheduler shows its data in the Day View. |
| ShowDayHeaders | Gets or sets a value which specifies if Day Headers are shown when a scheduler shows its data in the Day View or the Work-Week View views. |
| ShowMoreButtons | Gets or sets a value which specifies if the More Buttons should be shown in the current View. Inherited from SchedulerViewBase. |
| ShowMoreButtonsOnEachColumn | Gets or sets a value indicating whether to show the “more” buttons on each column or only on the Time Ruler in the Day View. |
| ShowWorkTimeOnly | Gets or sets a value indicating if the scheduler display area is restricted to only working hours in a Day View. |
| Styles | Provides access to the DayViewStyles object, containing style settings that control the appearance of the Day View elements. |
| Templates | Provides access to a DayViewTemplates object containing templates for visual elements of the Day View. |
| TimeIndicatorDisplayOptions | Provides access to options specifying how the Time Indicator is displayed in the view. |
| TimeMarkerVisibility | Gets or sets the visibility mode of the time marker for all DayView.TimeRulers of the view. |
| TimeRulers | Provides access to the View’s collection of time rulers. |
| TimeScale | Gets or sets the time interval for the time slots in the working area of a scheduler. |
| TimeSlots | Gets the View’s collection of time slots. |
| TopRowTime | Gets or sets the time of day corresponding to the topmost visible time. |
| Type | Gets the view’s type. |
| ViewSelectorItemAdaptivePriority | Gets or sets the priority of View Selector item hiding in adaptive mode. Inherited from SchedulerViewBase. |
| VisibleIntervals | Obsolete. This method is obsolete. Do not use it. Inherited from SchedulerViewBase. |
| VisibleTime | Gets or sets the time interval visible in the working area of the Day View. |
| VisibleTimeSnapMode | Enables display of the specified start of the scheduler visible interval when a custom Time Ruler is applied in the Day or Work-Week view. |
| WorkTime | Gets or sets the work time interval for a Day View. |
Methods
| 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. |
| 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. |
| 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. |
| SetSelection(TimeInterval, Resource) | Selects time cells which encompass the specified time interval. Inherited from SchedulerViewBase. |
| 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. |
Events
| Name | Description |
|---|---|
| TopRowTimeChanged | This event is intended for internal use. |
| VisibleRowCountChanged | This event is intended for internal use. |
See Also