Classes
Class | Description | |
---|---|---|
AssignmentActivatedEventArgs |
Provides data for the AssignmentActivated event.
| |
ChartViewBase |
Represents the base for a control that displays a chart based on data items.
| |
ChartViewBaseDocumentPaginator |
Represents a document paginator for printing the contents of a ChartViewBase control.
| |
CheckBox |
Represents a control that a user can select and clear.
| |
ComboBox |
Represents a selection control with a drop-down list that can be shown or hidden by clicking the arrow on the control.
| |
ContentControl |
Represents a control that can be used to present an items.
Use Content property to set the entity data item managed by the control.
Alternatively you can set the EntityManagerSource to a customized entity manager to use and to select the content from.
| |
DateScheduleDefinitionInfoView |
Represents a control that provides user interface for viewing and editing date schedule definition information bound as its data context.
| |
DateTimeBox |
Represents a combo box that allows selecting a date and edit a date and time value.
| |
DateTimePicker |
Represents a combo box that allows selecting a date and edit a date and time value.
| |
DayOfWeekScheduleDefinitionInfoView |
Represents a control that provides user interface for viewing and editing day of week schedule definition information bound as its data context.
| |
DeletingItemsEventArgs |
Provides data for the deleting items events.
| |
DragAllocationThumb |
Allows the user to perform drag and drop operations on a bound assignment allocation in the ScheduleChartView control.
| |
DragAssignmentThumb |
Allows the user to perform drag and drop operations on a bound resource assignment in the ScheduleChartView control.
| |
DragDependencyThumb |
Allows the user to perform drag and drop operations on a bound task dependency in the GanttChartView control.
| |
DragTaskThumb |
Allows the user to perform drag and drop operations on a bound task in a GanttChartViewBase control.
| |
EntityActivatedEventArgs |
Provides data for the EntityActivated event.
| |
EntityListViewBase |
Represents the base for a control that displays an interactive entity list view based on entity data items.
| |
EntityListViewBaseDocumentPaginator |
Represents a document paginator for printing the contents of a EntityListViewBase control.
| |
EntityViewBase |
Represents the base for a control that displays an entity based on an entity data item.
| |
EntityViewBaseDocumentPaginator |
Represents a document paginator for printing the contents of a EntityViewBase control.
| |
EntityViewBaseItemControl |
Displays the content of an entity item providing a user interface that allows the user to modify properties of the entity.
| |
GanttChartEntityListViewBase |
Represents the base for a control that displays an interactive Gantt Chart with an associated entity list view based on entity data items.
| |
GanttChartEntityListViewBaseDocumentPaginator |
Represents a document paginator for printing the contents of a GanttChartEntityListViewBase control.
| |
GanttChartNodeListViewBase |
Represents the base for a control that displays an interactive Gantt Chart with an associated node list view based on node data items.
| |
GanttChartNodeListViewBaseDocumentPaginator |
Represents a document paginator for printing the contents of a GanttChartNodeListViewBase control.
| |
GanttChartTaskListView |
Represents a control that displays an interactive Gantt Chart with an associated task list view based on task data items.
Use Items property to add task data items to an ItemCollection managed by the control, or set ItemsSource to your own task data item collection.
It is recommended to set at least these data member properties: IndentationMemberPath, ContentMemberPath, StartMemberPath, EffortMemberPath, CompletedEffortMemberPath, AssignmentsMemberPath, AssignmentResourceItemMemberPath, AssignmentAllocationUnitsMemberPath, ResourceContentMemberPath.
These data member properties can also be set: IsExpandedMemberPath, ScheduleMemberPath, PredecessorsMemberPath, PredecessorTaskItemMemberPath, PredecessorDependencyTypeMemberPath, PredecessorLagMemberPath, DurationMemberPath, FinishMemberPath, IsMilestoneMemberPath, CompletionMemberPath, IsCompletedMemberPath, CostMemberPath, MinStartMemberPath, MaxStartMemberPath, MinFinishMemberPath, MaxFinishMemberPath, ResourceScheduleMemberPath, ResourceCostPerUsageMemberPath, ResourceCostPerHourMemberPath.
Alternatively you can set the TaskManagerSource to a customized task manager to use and to ignore the items collection and any associated data member properties.
It is recommended to use a single TaskManager instance for each set of distinct task data items and data member properties at any specific time, and to use the Dispose method to release the resources used by an instance that is no longer needed.
| |
GanttChartTaskListViewDocumentPaginator |
Represents a document paginator for printing the contents of a GanttChartTaskListView control.
| |
GanttChartView |
Represents a control that displays an interactive Gantt Chart based on task data items.
Use Items property to add task data items to an ItemCollection managed by the control, or set ItemsSource to your own task data item collection.
It is recommended to set at least these data member properties: IndentationMemberPath, ContentMemberPath, StartMemberPath, EffortMemberPath, CompletedEffortMemberPath, AssignmentsMemberPath, AssignmentResourceItemMemberPath, AssignmentAllocationUnitsMemberPath, ResourceContentMemberPath.
These data member properties can also be set: IsExpandedMemberPath, ScheduleMemberPath, PredecessorsMemberPath, PredecessorTaskItemMemberPath, PredecessorDependencyTypeMemberPath, PredecessorLagMemberPath, DurationMemberPath, FinishMemberPath, IsMilestoneMemberPath, CompletionMemberPath, IsCompletedMemberPath, CostMemberPath, MinStartMemberPath, MaxStartMemberPath, MinFinishMemberPath, MaxFinishMemberPath, ResourceScheduleMemberPath, ResourceCostPerUsageMemberPath, ResourceCostPerHourMemberPath.
Alternatively you can set the TaskManagerSource to a customized task manager to use and to ignore the items collection and any associated data member properties.
It is recommended to use a single TaskManager instance for each set of distinct task data items and data member properties at any specific time, and to use the Dispose method to release the resources used by an instance that is no longer needed.
| |
GanttChartViewBase |
Represents the base for a control that displays a Gantt Chart based on data items.
| |
GanttChartViewBaseDocumentPaginator |
Represents a document paginator for printing the contents of a GanttChartViewBase control.
| |
GanttChartViewDependencyItemControl |
Displays the content of a dependency between two GanttChartViewItem objects providing a user interface that allows the user to modify properties of the task dependency.
| |
GanttChartViewDocumentPaginator |
Represents a document paginator for printing the contents of a GanttChartView control.
| |
GanttChartViewItemControl |
Displays the content of a task item providing a user interface in a Gantt Chart that allows the user to view and modify properties of the task.
| |
GanttChartViewScale |
Represents a scale for the timeline of a GanttChartViewBase control.
| |
GanttChartViewScaleCollection |
Represents a scale collection for the timeline of the GanttChartViewBase control.
| |
GanttChartViewUpdateScale |
Represents an update scale to be used for drag and drop-based updating of date and times in a GanttChartViewBase control.
| |
GanttChartViewVerticalBarProvider |
Represents a vertical bar provider to be used for displaying vertical bars in a GanttChartViewBase control.
| |
GanttChartViewVerticalBarProviderCollection |
Represents a vertical bar provider collection for the timeline of a GanttChartViewBase control.
| |
ItemsControl |
Represents a control that can be used to present a collection of items.
Use Items property to add entity data items to an ItemCollection managed by the control, or set ItemsSource to your own entity data item collection.
Alternatively you can set the EntityManagerSource to a customized entity manager to use and to ignore the items collection.
| |
ListBox |
Contains a list of selectable entity data items.
Use Items property to add entity data items to an ItemCollection managed by the control, or set ItemsSource to your own entity data item collection.
Alternatively you can set the EntityManagerSource to a customized entity manager to use and to ignore the items collection.
| |
ListView |
Represents a control that displays a list of entity data items.
Use Items property to add entity data items to an ItemCollection managed by the control, or set ItemsSource to your own entity data item collection.
Alternatively you can set the EntityManagerSource to a customized entity manager to use and to ignore the items collection.
| |
LoadChartResourceListView |
Represents a control that displays an interactive Load Chart with an associated resource list view based on resource data items.
Use Items property to add resource data items to an ItemCollection managed by the control, or set ItemsSource to your own resource data item collection.
It is recommended to set at least these data member properties: ContentMemberPath, TaskIndentationMemberPath, TaskContentMemberPath, TaskStartMemberPath, TaskEffortMemberPath, TaskCompletedEffortMemberPath, TaskAssignmentsMemberPath, AssignmentResourceItemMemberPath, AssignmentAllocationUnitsMemberPath.
These data member properties can also be set: ScheduleMemberPath, CostPerUsageMemberPath, CostPerHourMemberPath, TaskIsExpandedMemberPath, TaskScheduleMemberPath, TaskPredecessorsMemberPath, PredecessorTaskItemMemberPath, PredecessorDependencyTypeMemberPath, PredecessorLagMemberPath, TaskDurationMemberPath, TaskFinishMemberPath, TaskIsMilestoneMemberPath, TaskCompletionMemberPath, TaskIsCompletedMemberPath, TaskCostMemberPath, TaskMinStartMemberPath, TaskMaxStartMemberPath, TaskMinFinishMemberPath, TaskMaxFinishMemberPath.
Alternatively you can set the TaskManagerSource to a customized task manager to use and to ignore the items collection and any associated data member properties.
It is recommended to use a single TaskManager instance for each set of distinct task data items and data member properties at any specific time, and to use the Dispose method to release the resources used by an instance that is no longer needed.
| |
LoadChartResourceListViewDocumentPaginator |
Represents a document paginator for printing the contents of a LoadChartResourceListView control.
| |
LoadChartView |
Represents a control that displays an interactive Load Chart based on resource data items.
Use Items property to add resource data items to an ItemCollection managed by the control, or set ItemsSource to your own resource data item collection.
It is recommended to set at least these data member properties: ContentMemberPath, TaskIndentationMemberPath, TaskContentMemberPath, TaskStartMemberPath, TaskEffortMemberPath, TaskCompletedEffortMemberPath, TaskAssignmentsMemberPath, AssignmentResourceItemMemberPath, AssignmentAllocationUnitsMemberPath.
These data member properties can also be set: ScheduleMemberPath, CostPerUsageMemberPath, CostPerHourMemberPath, TaskIsExpandedMemberPath, TaskScheduleMemberPath, TaskPredecessorsMemberPath, PredecessorTaskItemMemberPath, PredecessorDependencyTypeMemberPath, PredecessorLagMemberPath, TaskDurationMemberPath, TaskFinishMemberPath, TaskIsMilestoneMemberPath, TaskCompletionMemberPath, TaskIsCompletedMemberPath, TaskCostMemberPath, TaskMinStartMemberPath, TaskMaxStartMemberPath, TaskMinFinishMemberPath, TaskMaxFinishMemberPath.
Alternatively you can set the TaskManagerSource to a customized task manager to use and to ignore the items collection and any associated data member properties.
It is recommended to use a single TaskManager instance for each set of distinct task data items and data member properties at any specific time, and to use the Dispose method to release the resources used by an instance that is no longer needed.
| |
LoadChartViewDocumentPaginator |
Represents a document paginator for printing the contents of a LoadChartView control.
| |
LoadChartViewItemAllocationControl |
Represents a control that is used to display a specified resource using a custom template within a ResourceGanttChartViewBase control.
| |
LoadChartViewItemControl |
Displays the content of a resource item providing a user interface in a Load Chart that allows the user to view aggregation values of the resource assignments.
| |
NodeActivatedEventArgs |
Provides data for the NodeActivated event.
| |
NodeListViewBase |
Represents the base for a control that displays an interactive node list view based on node data items.
| |
NodeListViewBaseDocumentPaginator |
Represents a document paginator for printing the contents of a NodeListViewBase control.
| |
PredecessorActivatedEventArgs |
Provides data for the PredecessorActivated event.
| |
ResourceActivatedEventArgs |
Provides data for the ResourceActivated event.
| |
ResourceGanttChartEntityListViewBase |
Represents the base for a control that displays an interactive Gantt Chart with an associated resource list view based on resource data items.
Use Items property to add resource data items to an ItemCollection managed by the control, or set ItemsSource to your own resource data item collection.
It is recommended to set at least these data member properties: ContentMemberPath, TaskIndentationMemberPath, TaskContentMemberPath, TaskStartMemberPath, TaskEffortMemberPath, TaskCompletedEffortMemberPath, TaskAssignmentsMemberPath, AssignmentResourceItemMemberPath, AssignmentAllocationUnitsMemberPath.
These data member properties can also be set: ScheduleMemberPath, CostPerUsageMemberPath, CostPerHourMemberPath, TaskIsExpandedMemberPath, TaskScheduleMemberPath, TaskPredecessorsMemberPath, PredecessorTaskItemMemberPath, PredecessorDependencyTypeMemberPath, PredecessorLagMemberPath, TaskDurationMemberPath, TaskFinishMemberPath, TaskIsMilestoneMemberPath, TaskCompletionMemberPath, TaskIsCompletedMemberPath, TaskCostMemberPath, TaskMinStartMemberPath, TaskMaxStartMemberPath, TaskMinFinishMemberPath, TaskMaxFinishMemberPath.
Alternatively you can set the TaskManagerSource to a customized task manager to use and to ignore the items collection and any associated data member properties.
It is recommended to use a single TaskManager instance for each set of distinct task data items and data member properties at any specific time, and to use the Dispose method to release the resources used by an instance that is no longer needed.
| |
ResourceGanttChartEntityListViewBaseDocumentPaginator |
Represents a document paginator for printing the contents of a ResourceGanttChartEntityListViewBase control.
| |
ResourceGanttChartViewBase |
Represents the base for a control that displays an interactive Gantt Chart based on resource data items.
Use Items property to add resource data items to an ItemCollection managed by the control, or set ItemsSource to your own resource data item collection.
It is recommended to set at least these data member properties: ContentMemberPath, TaskIndentationMemberPath, TaskContentMemberPath, TaskStartMemberPath, TaskEffortMemberPath, TaskCompletedEffortMemberPath, TaskAssignmentsMemberPath, AssignmentResourceItemMemberPath, AssignmentAllocationUnitsMemberPath.
These data member properties can also be set: ScheduleMemberPath, CostPerUsageMemberPath, CostPerHourMemberPath, TaskIsExpandedMemberPath, TaskScheduleMemberPath, TaskPredecessorsMemberPath, PredecessorTaskItemMemberPath, PredecessorDependencyTypeMemberPath, PredecessorLagMemberPath, TaskDurationMemberPath, TaskFinishMemberPath, TaskIsMilestoneMemberPath, TaskCompletionMemberPath, TaskIsCompletedMemberPath, TaskCostMemberPath, TaskMinStartMemberPath, TaskMaxStartMemberPath, TaskMinFinishMemberPath, TaskMaxFinishMemberPath.
Alternatively you can set the TaskManagerSource to a customized task manager to use and to ignore the items collection and any associated data member properties.
It is recommended to use a single TaskManager instance for each set of distinct task data items and data member properties at any specific time, and to use the Dispose method to release the resources used by an instance that is no longer needed.
| |
ResourceGanttChartViewBaseDocumentPaginator |
Represents a document paginator for printing the contents of a ResourceGanttChartViewBase control.
| |
ResourceListView |
Represents a control that displays an interactive resource list view based on resource data items.
Use Items property to add resource data items to an ItemCollection managed by the control, or set ItemsSource to your own resource data item collection.
It is recommended to set at least these data member properties: ContentMemberPath.
These data member properties can also be set: ScheduleMemberPath, CostPerUsageMemberPath, CostPerHourMemberPath.
Alternatively you can set the ResourceManagerSource to a customized resource manager to use and to ignore the items collection and any associated data member properties.
It is recommended to use a single ResourceManager instance for each set of distinct resource data items and data member properties at any specific time, and to use the Dispose method to release the resources used by an instance that is no longer needed.
| |
ResourceListViewDocumentPaginator |
Represents a document paginator for printing the contents of a ResourceListView control.
| |
ScheduleChartResourceListView |
Represents a control that displays an interactive Schedule Chart with an associated resource list view based on resource data items.
Use Items property to add resource data items to an ItemCollection managed by the control, or set ItemsSource to your own resource data item collection.
It is recommended to set at least these data member properties: ContentMemberPath, TaskIndentationMemberPath, TaskContentMemberPath, TaskStartMemberPath, TaskEffortMemberPath, TaskCompletedEffortMemberPath, TaskAssignmentsMemberPath, AssignmentResourceItemMemberPath, AssignmentAllocationUnitsMemberPath.
These data member properties can also be set: ScheduleMemberPath, CostPerUsageMemberPath, CostPerHourMemberPath, TaskIsExpandedMemberPath, TaskScheduleMemberPath, TaskPredecessorsMemberPath, PredecessorTaskItemMemberPath, PredecessorDependencyTypeMemberPath, PredecessorLagMemberPath, TaskDurationMemberPath, TaskFinishMemberPath, TaskIsMilestoneMemberPath, TaskCompletionMemberPath, TaskIsCompletedMemberPath, TaskCostMemberPath, TaskMinStartMemberPath, TaskMaxStartMemberPath, TaskMinFinishMemberPath, TaskMaxFinishMemberPath.
Alternatively you can set the TaskManagerSource to a customized task manager to use and to ignore the items collection and any associated data member properties.
It is recommended to use a single TaskManager instance for each set of distinct task data items and data member properties at any specific time, and to use the Dispose method to release the resources used by an instance that is no longer needed.
| |
ScheduleChartResourceListViewDocumentPaginator |
Represents a document paginator for printing the contents of a ScheduleChartResourceListView control.
| |
ScheduleChartView |
Represents a control that displays an interactive Schedule Chart based on resource data items.
Use Items property to add resource data items to an ItemCollection managed by the control, or set ItemsSource to your own resource data item collection.
It is recommended to set at least these data member properties: ContentMemberPath, TaskIndentationMemberPath, TaskContentMemberPath, TaskStartMemberPath, TaskEffortMemberPath, TaskCompletedEffortMemberPath, TaskAssignmentsMemberPath, AssignmentResourceItemMemberPath, AssignmentAllocationUnitsMemberPath.
These data member properties can also be set: ScheduleMemberPath, CostPerUsageMemberPath, CostPerHourMemberPath, TaskIsExpandedMemberPath, TaskScheduleMemberPath, TaskPredecessorsMemberPath, PredecessorTaskItemMemberPath, PredecessorDependencyTypeMemberPath, PredecessorLagMemberPath, TaskDurationMemberPath, TaskFinishMemberPath, TaskIsMilestoneMemberPath, TaskCompletionMemberPath, TaskIsCompletedMemberPath, TaskCostMemberPath, TaskMinStartMemberPath, TaskMaxStartMemberPath, TaskMinFinishMemberPath, TaskMaxFinishMemberPath.
Alternatively you can set the TaskManagerSource to a customized task manager to use and to ignore the items collection and any associated data member properties.
It is recommended to use a single TaskManager instance for each set of distinct task data items and data member properties at any specific time, and to use the Dispose method to release the resources used by an instance that is no longer needed.
| |
ScheduleChartViewAllocationUpdateScale |
Represents an update scale to be used for drag and drop-based updating of allocation units in the ScheduleChartView control.
| |
ScheduleChartViewAssignmentItemControl |
Displays the content of a resource assignment within a ScheduleChartViewItem object providing a user interface that allows the user to modify properties of the resource assignment.
| |
ScheduleChartViewAssignmentTaskItemControl |
Displays the content of a resource assignment task within a ScheduleChartViewItem object.
| |
ScheduleChartViewDocumentPaginator |
Represents a document paginator for printing the contents of a ScheduleChartView control.
| |
ScheduleChartViewItemControl |
Displays the content of a resource item providing a user interface in a Schedule Chart that allows the user to view and modify the resource assignments and their properties.
| |
ScheduleDefinitionActivatedEventArgs |
Provides data for the ScheduleDefinitionActivated event.
| |
ScheduleDefinitionInfoView |
Represents a control that provides user interface for viewing and editing schedule definition information bound as its data context.
| |
ScheduleDefinitionView |
Represents a control that displays a schedule definition based on a schedule definition data item.
Use Content property to set the schedule definition data item managed by the control.
It is recommended to set at least these data member properties: DefinitionStringMemberPath.
These data member properties can also be set: ContentMemberPath.
Alternatively you can set the ScheduleDefinitionManagerSource to a customized schedule definition manager to use and to select the schedule definition content from.
It is recommended to use a single ScheduleDefinitionManager instance for each set of distinct schedule definition data items and data member properties at any specific time, and to use the Dispose method to release the resources used by an instance that is no longer needed.
| |
ScheduleDefinitionViewDocumentPaginator |
Represents a document paginator for printing the contents of a ScheduleDefinitionView control.
| |
TaskActivatedEventArgs |
Provides data for the TaskActivated event.
| |
TaskExtraElementsPositioning |
Describes the positioning of the dependency lines that link a task to other tasks in the GanttChartView control.
| |
TaskGanttChartNodeListViewBase |
Represents the base for a control that displays an interactive Gantt Chart with an associated task list view based on task data items.
Use Items property to add task data items to an ItemCollection managed by the control, or set ItemsSource to your own task data item collection.
It is recommended to set at least these data member properties: IndentationMemberPath, ContentMemberPath, StartMemberPath, EffortMemberPath, CompletedEffortMemberPath, AssignmentsMemberPath, AssignmentResourceItemMemberPath, AssignmentAllocationUnitsMemberPath, ResourceContentMemberPath.
These data member properties can also be set: IsExpandedMemberPath, ScheduleMemberPath, PredecessorsMemberPath, PredecessorTaskItemMemberPath, PredecessorDependencyTypeMemberPath, PredecessorLagMemberPath, DurationMemberPath, FinishMemberPath, IsMilestoneMemberPath, CompletionMemberPath, IsCompletedMemberPath, CostMemberPath, MinStartMemberPath, MaxStartMemberPath, MinFinishMemberPath, MaxFinishMemberPath, ResourceScheduleMemberPath, ResourceCostPerUsageMemberPath, ResourceCostPerHourMemberPath.
Alternatively you can set the TaskManagerSource to a customized task manager to use and to ignore the items collection and any associated data member properties.
It is recommended to use a single TaskManager instance for each set of distinct task data items and data member properties at any specific time, and to use the Dispose method to release the resources used by an instance that is no longer needed.
| |
TaskGanttChartNodeListViewBaseDocumentPaginator |
Represents a document paginator for printing the contents of a TaskGanttChartNodeListViewBase control.
| |
TaskGanttChartViewBase |
Represents the base for a control that displays an interactive Gantt Chart based on task data items.
Use Items property to add task data items to an ItemCollection managed by the control, or set ItemsSource to your own task data item collection.
It is recommended to set at least these data member properties: IndentationMemberPath, ContentMemberPath, StartMemberPath, EffortMemberPath, CompletedEffortMemberPath, AssignmentsMemberPath, AssignmentResourceItemMemberPath, AssignmentAllocationUnitsMemberPath, ResourceContentMemberPath.
These data member properties can also be set: IsExpandedMemberPath, ScheduleMemberPath, PredecessorsMemberPath, PredecessorTaskItemMemberPath, PredecessorDependencyTypeMemberPath, PredecessorLagMemberPath, DurationMemberPath, FinishMemberPath, IsMilestoneMemberPath, CompletionMemberPath, IsCompletedMemberPath, CostMemberPath, MinStartMemberPath, MaxStartMemberPath, MinFinishMemberPath, MaxFinishMemberPath, ResourceScheduleMemberPath, ResourceCostPerUsageMemberPath, ResourceCostPerHourMemberPath.
Alternatively you can set the TaskManagerSource to a customized task manager to use and to ignore the items collection and any associated data member properties.
It is recommended to use a single TaskManager instance for each set of distinct task data items and data member properties at any specific time, and to use the Dispose method to release the resources used by an instance that is no longer needed.
| |
TaskGanttChartViewBaseDocumentPaginator |
Represents a document paginator for printing the contents of a TaskGanttChartViewBase control.
| |
TaskListView |
Represents a control that displays an interactive task list view based on task data items.
Use Items property to add task data items to an ItemCollection managed by the control, or set ItemsSource to your own task data item collection.
It is recommended to set at least these data member properties: IndentationMemberPath, ContentMemberPath, StartMemberPath, EffortMemberPath, CompletedEffortMemberPath, AssignmentsMemberPath, AssignmentResourceItemMemberPath, AssignmentAllocationUnitsMemberPath, ResourceContentMemberPath.
These data member properties can also be set: IsExpandedMemberPath, ScheduleMemberPath, PredecessorsMemberPath, PredecessorTaskItemMemberPath, PredecessorDependencyTypeMemberPath, PredecessorLagMemberPath, DurationMemberPath, FinishMemberPath, IsMilestoneMemberPath, CompletionMemberPath, IsCompletedMemberPath, CostMemberPath, MinStartMemberPath, MaxStartMemberPath, MinFinishMemberPath, MaxFinishMemberPath, ResourceScheduleMemberPath, ResourceCostPerUsageMemberPath, ResourceCostPerHourMemberPath.
Alternatively you can set the TaskManagerSource to a customized task manager to use and to ignore the items collection and any associated data member properties.
It is recommended to use a single TaskManager instance for each set of distinct task data items and data member properties at any specific time, and to use the Dispose method to release the resources used by an instance that is no longer needed.
| |
TaskListViewDocumentPaginator |
Represents a document paginator for printing the contents of a TaskListView control.
| |
TaskManagementCommands |
Provides a standard set of task management related commands.
| |
TextBox |
Represents a control that can be used to display or edit unformatted text.
| |
TimeIntervalBand |
Represents a time interval band.
| |
TimeIntervalBandCollection |
Represents a collection of time interval bands.
| |
TimelinePageChangedEventArgs |
Provides data for the TimelinePageChanged event.
| |
TimeOfDayScheduleDefinitionInfoView |
Represents a control that provides user interface for viewing and editing time of day schedule definition information bound as its data context.
| |
TimeScale |
Represents a time scale to be displayed in the GanttChartView control.
| |
TimeScaleTextFormat |
Represents a time scale text format to be used for displaying the time scale in the GanttChartView control.
| |
TreeCommands |
Provides a standard set of tree related commands.
| |
TreeGridViewColumn |
Represents a column that displays hierarchical data.
| |
TreeListView |
Represents a control that displays a tree-list of node data items.
Use Items property to add node data items to an ItemCollection managed by the control, or set ItemsSource to your own node data item collection.
It is recommended to set at least these data member properties: IndentationMemberPath.
These data member properties can also be set: IsExpandedMemberPath.
Alternatively you can set the NodeManagerSource to a customized node manager to use and to ignore the items collection and any associated data member properties.
It is recommended to use a single NodeManager instance for each set of distinct node data items and data member properties at any specific time, and to use the Dispose method to release the resources used by an instance that is no longer needed.
| |
TreeListViewItem |
Represents an item in the TreeListView control aware of its indentation and expansion state (can be expanded or collapsed).
It is recommended to set at least these data properties: Indentation.
These data properties can also be set: IsExpanded.
| |
TreeListViewItemControl |
Displays the indented content of a TreeListViewItem providing an expander that allows the user to expand or collapse the node in the hierarchy.
| |
VerticalBar |
Represents a vertical bar in a GanttChartViewBase control.
|
Delegates
Delegate | Description | |
---|---|---|
AllocationUpdateScaleSeparatorProvider |
Represents a method that returns a units value representing the replacemenent for a specified units value to be used by a ScheduleChartViewAllocationUpdateScale.
| |
AssignmentActivatedEventHandler |
Represents an assignment activated event handler method.
| |
EntityActivatedEventHandler |
Represents an entity activated event handler method.
| |
NodeActivatedEventHandler |
Represents a node activated event handler method.
| |
PredecessorActivatedEventHandler |
Represents a predecessor activated event handler method.
| |
ResourceActivatedEventHandler |
Represents a resource activated event handler method.
| |
ScheduleDefinitionActivatedEventHandler |
Represents a schedule definition activated event handler method.
| |
TaskActivatedEventHandler |
Represents a task activated event handler method.
| |
TimelinePageChangedEventHandler |
Represents the method that will handle a TimelinePageChanged event of the GanttChartViewBase class.
| |
TimeScaleSeparatorProvider |
Represents a method that returns time scale separator date and times and optionally description text between two specified date and time values to be used by a TimeScale.
| |
TimeScaleTextFormatProvider |
Represents a method that returns a text representing a specified date and time to be used by a TimeScale.
| |
UpdateScaleSeparatorProvider |
Represents a method that returns a date and time representing the replacemenent value for a specified date and time to be used by a GanttChartViewUpdateScale.
| |
VerticalBarSeparatorProvider |
Represents a method that returns vertical bar separator date and times and vertical bar information between two specified date and time values to be used by a GanttChartViewVerticalBarProvider.
|
Enumerations
Enumeration | Description | |
---|---|---|
DragTaskThumbRole |
Represents a role for the DragTaskThumb control used to identify the type of drag and drop operation the user can perform using the thumb.
|