GanttView Properties
A view that shows tasks, the relationship among the tasks and task progress in relation to time.| Name | Description |
|---|---|
| Appearance | Provides access to the properties that control the appearance of the GanttView‘s elements. |
| AppointmentDisplayOptions | Provides access to a set of options that specify how the view and its visual elements are displayed onscreen. |
| 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. |
| CellsAutoHeight | Obsolete. Use the CellsAutoHeightOptions.AutoHeightMode property to specify whether resources change their height automatically. Inherited from TimelineView. |
| CellsAutoHeightOptions | Provides access to options for specifying cell auto height behavior in the Timeline or Gantt view. Inherited from TimelineView. |
| Control | Gets the scheduler control which the current View belongs to. Inherited from SchedulerViewBase. |
| DateTimeScrollbarVisible | Gets or sets a value indicating whether the date-time scrollbar is visible. Inherited from SchedulerViewBase. |
| DeferredScrolling | Provides access to parameters that control deferred scrolling. Inherited from TimelineView. |
| 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. |
| EnableInfiniteScrolling | Gets or sets whether the horizontal scroll bar is mapped to the visible interval. Inherited from TimelineView. |
| FirstVisibleResourceIndex | Gets or sets the visible index of the first resourse currently displayed on-screen. Inherited from SchedulerViewBase. |
| GroupSeparatorWidth | Gets or sets the width of a separator bar between groups (measured in pixels). Inherited from SchedulerViewBase. |
| GroupType | Gets or sets a value that specifies the type of grouping applied to the View. Inherited from SchedulerViewBase. |
| HtmlTemplates | |
| 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 View. Inherited from SchedulerViewBase. |
| MenuItemId | |
| 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. |
| OptionsSelectionBehavior | Provides access to properties which specify how the time cell selection changes when the Timeline scale is changed. Inherited from TimelineView. |
| Painter | Obsolete. Gets an object that provides the painting functionality of the scheduler control’s Views. Inherited from SchedulerViewBase. |
| ResourceHeight | |
| ResourcesPerPage | Gets or sets the number of resources shown at a time on a screen. Inherited from SchedulerViewBase. |
| Scales | Provides access to a collection of time scales displayed in the Gantt 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. |
| SelectionBar | Provides access to the selection bar options. Inherited from TimelineView. |
| ShortDisplayName | Gets or sets a short name of the current view. Inherited from SchedulerViewBase. |
| ShowMoreButtons | Gets or sets a value which specifies if the More buttons should be shown in the current View. Inherited from SchedulerViewBase. |
| ShowNumbersInMoreButtons | Gets or sets whether More buttons should display the number of appointments outside the currently visible area. Inherited from SchedulerViewBase. |
| ShowResourceHeaders | Gets or sets whether resource headers are displayed. Inherited from TimelineView. |
| StatusDisplayType | Implemented to hide the property of the base class. |
| TimeIndicatorDisplayOptions | Provides access to options for displaying the Time Indicator in the view. Inherited from TimelineView. |
| TimelineScrollBarVisible | Overrides the corresponding property of the base class, to hide it. |
| Type | Gets the view’s type. |
| ViewInfo | Gets the information on the visual representation of the object. |
| VisibleIntervals | Obsolete. Gets the collection of visible intervals (for instance, days or weeks) displayed by the View. Inherited from SchedulerViewBase. |
| WorkTime | Gets or sets the work time interval for a Timeline View. Inherited from TimelineView. |
See Also