Version

Timeline Class Properties

For a list of all members of this type, see Timeline members.

Public Properties
 NameDescription
Public PropertyAdditionalIntervalsReturns a collection of DateTimeInterval-derived instances which define the date/time intervals that appear above the PrimaryInterval.  
Public PropertyAllowedDragActions (Inherited from Infragistics.Win.UltraWinGanttView.TimelineSettings)
Public PropertyAutoAddAdditionalIntervalReturns or sets a boolean value indicating whether a weekly DateTimeInterval automatically appears above the PrimaryInterval.  
Public PropertyBarSettings (Inherited from Infragistics.Win.UltraWinGanttView.TimelineSettings)
Public PropertyBarSettingsMilestone (Inherited from Infragistics.Win.UltraWinGanttView.TimelineSettings)
Public PropertyBarSettingsSummary (Inherited from Infragistics.Win.UltraWinGanttView.TimelineSettings)
Public PropertyColumnAutoSizingReturns or sets a value indicating whether the value of the ColumnWidth property is set to the ideal width for the PrimaryInterval when the user double-clicks the adjustable area of the header.  
Public PropertyColumnAutoSizingResolvedReturns the resolved value of the ColumnAutoSizing property.  
Public PropertyColumnHeaderAppearanceReturns or sets the appearance for the headers which represent the PrimaryInterval and the members of the AdditionalIntervals collection.  
Public PropertyColumnSizingReturns or sets a value indicating whether the user can change the value of the ColumnWidth property by dragging the right edge of a PrimaryInterval column header.  
Public PropertyColumnWidthReturns or sets the width, in pixels, of the ColumnHeaderUIElements for the PrimaryInterval, and the TimeSlotUIElements.  
Public PropertyColumnWidthResolvedReturns the resolved value of the ColumnWidth property.  
Public PropertyDependencyLinkColorReturns or sets the color of the lines and arrows which indicate a TaskDependency on the timeline.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyDrawDependencyLinesReturns or sets a boolean value indicating whether lines are drawn to depict a TaskDependency on the timeline.  
Public PropertyHasColumnHeaderAppearanceReturns whether an appearance object has been created for the ColumnHeaderAppearance property.  
Public PropertyHasNonWorkingHourAppearanceReturns whether an appearance object has been created for the NonWorkingHourAppearance property.  
Public PropertyHasWorkingHourAppearanceReturns whether an appearance object has been created for the WorkingHourAppearance property.  
Public PropertyHorizontalScrollSettingsReturns a HorizontalScrollSettings instance which defines the small and large increments for the horizontal scrollbar.  
Public PropertyMinimumColumnResizeWidthReturns or sets the minimum value to which the ColumnWidth property can be changed during a resize operation.  
Public PropertyMinimumColumnResizeWidthResolvedReturns the resolved value of the MinimumColumnResizeWidth property.  
Public PropertyMinimumTaskWidthReturns or sets a value which determines the minimum width, in pixels, for a TaskUIElement.  
Public PropertyNonWorkingHourAppearanceReturns or sets the appearance for TimeSlotUIElements which appear in the non-working hour range.  
Public PropertyPrimaryIntervalReturns or sets the DateTimeInterval-derived instance which is represented in the bottom row of column headers, and which defines the smallest time interval in effect for the control.  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyTaskDragIncrementReturns or sets a value which determines the increment for each movement of a task drag operation.  
Public PropertyTaskPositioningReturns or sets a value which determines whether the size and position of a TaskUIElement is adjusted to account for the difference between the task's start/end time and the start/end times of the TimeSlotUIElements with which the task element intersects.  
Public PropertyToolTipSettingsReturns the ToolTipSettings instance which determines the information that is displayed to the user when a Task tooltip appears.  
Public PropertyToolTipSettingsDeadlineReturns the ToolTipSettingsDeadline instance which determines the information that is displayed to the user when a tooltip appears for a task's Deadline indicator.  
Public PropertyToolTipSettingsMilestoneReturns the ToolTipSettingsMilestone instance which determines the information that is displayed to the user when a milestoneTask tooltip appears.  
Public PropertyToolTipSettingsPercentCompleteReturns the ToolTipSettingsPercentComplete instance which determines the information that is displayed to the user when a tooltip appears for a task's PercentComplete indicator.  
Public PropertyToolTipSettingsSummaryReturns the ToolTipSettingsSummary instance which determines the information that is displayed to the user when a summaryTask tooltip appears.  
Public PropertyToolTipSettingsTaskDependencyReturns the ToolTipSettingsTaskDependency instance which determines the information that is displayed to the user when a tooltip appears for a task dependency.  
Public PropertyVisibleDateTimeRangeReturns the range of time that is currently within the viewable area of the control.  
Public PropertyVisibleIntervalsReturns the DateTimeInterval instances that are currently being displayed by the control, in the same order in which they are displayed by the control. This collection always includes the PrimaryInterval, and also includes any members of the AdditionalIntervals, collection whose duration is greater than or equal to that of the the PrimaryInterval, and are not explicitly hidden.  
Public PropertyWorkingHourAppearanceReturns or sets the appearance for TimeSlotUIElements which appear in the working hour range.  
Protected Properties
 NameDescription
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
See Also