Classes

  ClassDescription
AllocationItem
Represents an allocation item to be presented in a LoadChartView control.
Column
Represents a column to be presented in the grid of a GanttChartView control.
GanttChartItem
Represents a task item to be presented in a GanttChartView control.
GanttChartView
Displays task data in a customizable Gantt Chart control with an optional simple data grid attached.
GanttChartView..::.ProjectXmlSerializer
Represents a data serializer used to persist the contents of a GanttChartView control within a Project XML file.
GanttChartView..::.ProjectXmlSerializer..::.AssignableResourceInfoLoadingEventArgs
Represents event arguments for AssignableResourceInfoLoading event.
GanttChartView..::.ProjectXmlSerializer..::.AssignmentInfoLoadingEventArgs
Represents event arguments for AssignmentInfoLoading event.
GanttChartView..::.ProjectXmlSerializer..::.AssignmentInfoSavingEventArgs
Represents event arguments for AssignmentInfoSaving event.
GanttChartView..::.ProjectXmlSerializer..::.ElementLoadingEventArgs
Represents base event arguments for element loading events.
GanttChartView..::.ProjectXmlSerializer..::.ElementSavingEventArgs
Represents base event arguments for element saving events.
GanttChartView..::.ProjectXmlSerializer..::.GanttChartItemLoadingEventArgs
Represents event arguments for GanttChartItemLoading event.
GanttChartView..::.ProjectXmlSerializer..::.GanttChartItemSavingEventArgs
Represents event arguments for GanttChartItemSaving event.
GanttChartView..::.ProjectXmlSerializer..::.PredecessorItemLoadingEventArgs
Represents event arguments for PredecessorItemLoading event.
GanttChartView..::.ProjectXmlSerializer..::.PredecessorItemSavingEventArgs
Represents event arguments for PredecessorItemSaving event.
GanttChartView..::.ProjectXmlSerializer..::.ResourceInfoSavingEventArgs
Represents event arguments for ResourceInfoSaving event.
ItemPropertyChangedEventArgs
Provides data for the ItemPropertyChanged event.
LoadChartItem
Represents a resource item to be presented in a LoadChartView control.
LoadChartView
Displays allocation data in a customizable Load Chart control based on ScheduleChartView with an optional simple data grid attached.
PredecessorItem
Represents a predecessor item generating a dependency between another task and the current task, within the Predecessors collection of a GanttChartItem object.
Scale
Represents a scale within the Scales collection of a GanttChartView control, generating scale intervals and header texts to be displayed by the control.
Schedule
Represents the schedule of a GanttChartView control or GanttChartItem object, defining the working week and day intervals and special nonworking days to consider for scheduling.
ScheduleChartItem
Represents a resource item to be presented in a ScheduleChartView control.
ScheduleChartView
Displays resource and task data in a customizable Schedule Chart control based on GanttChartView with an optional simple data grid attached.

Enumerations

  EnumerationDescription
ColumnType
Represents the type of a Column to be presented in the grid of a GanttChartView control.
DependencyType
Represents the type of a task dependency generated by a PredecessorItem.
PresentationTarget
Indicates the target settings to be applied when default values are used (i.e. when specific values are not indicated) for certain appearance properties of a GanttChartView control.
PresentationTheme
Indicates the theme settings to be applied when default values are used (i.e. when specific values are not indicated) for certain appearance properties of a GanttChartView control.
ScaleHeaderTextFormat
Represents the text format to be used when presenting the header of a Scale item in the chart area of a GanttChartView control.
ScaleType
Represents the type of a Scale item to be presented in the chart area of a GanttChartView control.
SelectionMode
Specifies the selection behavior for GanttChartView control.