SchedulerViewBase Properties
A base class for the scheduler views.| Name | Description |
|---|---|
| Appearance | Provides access to the properties that control the appearance of the SchedulerViewBase‘s elements. |
| AppointmentDisplayOptions | Provides access to the appointment’s display options. |
| AppointmentHeight | Obsolete. Gets or sets the height of a single appointment for the current View (in pixels). |
| Bounds | Obsolete. Gets or sets the bounds of the current View. |
| Control | Gets the scheduler control which the current View belongs to. |
| DateTimeScrollbarVisible | Gets or sets a value indicating whether the date-time scrollbar is visible. |
| DisplayName | Gets or sets the string to display to indicate the scheduler’s view. |
| Enabled | Gets or sets if the view is enabled for the SchedulerControl. |
| FirstVisibleResourceIndex | Gets or sets the visible index of the first resourse currently displayed on-screen. |
| GroupSeparatorWidth | Gets or sets the width of a separator bar between groups (measured in pixels). |
| GroupType | Gets or sets a value that specifies the type of grouping applied to the View. |
| Id | Overrides the corresponding property of the base class to hide it. |
| MenuCaption | Gets or sets the menu caption string to indicate the View. |
| MenuItemId | Gets the ID of the menu item which corresponds to the current View. |
| 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. |
| Painter | Obsolete. Gets an object that provides the painting functionality of the scheduler control’s Views. |
| ResourcesPerPage | Gets or sets the number of resources shown at a 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. |
| ShowNumbersInMoreButtons | Gets or sets whether More buttons should display the number of appointments outside the currently visible area. |
| StatusDisplayType | Gets or sets how the appointment status is displayed in the Scheduler view. |
| Type | Gets the View’s type. |
| ViewInfo | Gets the current object’s view information. |
| VisibleIntervals | Obsolete. Gets the collection of visible intervals (for instance, days or weeks) displayed by the View. |
See Also