The GanttChartTaskListView type exposes the following members.

Constructors

  NameDescription
GanttChartTaskListView
Initializes a new instance of the GanttChartTaskListView class. The initial values of the data member properties are set to appropriate property paths for using TaskItem, AssignmentItem, ResourceItem, and PredecessorItem objects.

Methods

  NameDescription
AddChild
Adds a child object.
(Inherited from ItemsControlBase.)
AddHandlerOverloaded.
AddLogicalChild (Inherited from FrameworkElement.)
AddNew
Adds a new object to this GanttChartNodeListViewBase at the end of the collection.
(Inherited from GanttChartNodeListViewBase.)
AddText
Adds a text child object.
(Inherited from ItemsControlBase.)
AddToEventRoute (Inherited from UIElement.)
AddVisualChild (Inherited from Visual.)
ApplyAnimationClockOverloaded.
ApplyTemplate (Inherited from FrameworkElement.)
Arrange (Inherited from UIElement.)
ArrangeCore (Inherited from FrameworkElement.)
ArrangeOverride (Inherited from Control.)
BeginAnimationOverloaded.
BeginInit (Inherited from FrameworkElement.)
BeginStoryboardOverloaded.
BindAssignableResourceItemsSource
Binds the assignable resource item source collection to the current AssignableResourceItemsSource property.
(Inherited from TaskGanttChartNodeListViewBase.)
BindItems
Binds the ItemsControl host using the LoadedEntities.
(Inherited from TaskGanttChartNodeListViewBase.)
BindItemsSource
Binds the item source collection to the current ItemsSource property.
(Inherited from ItemsControlBase.)
BringIntoViewOverloaded.
CanInsertOrAddNew
Gets a value indicating whether a new item can be inserted into or added to the node list.
(Inherited from GanttChartNodeListViewBase.)
CaptureMouse (Inherited from UIElement.)
CaptureStylus (Inherited from UIElement.)
CaptureTouch (Inherited from UIElement.)
CheckAccess (Inherited from DispatcherObject.)
ClearTemplateParts
Invoked before a template is applied to the control to ensure that the old template parts are properly cleared.
(Overrides GanttChartNodeListViewBase..::.ClearTemplateParts()()().)
ClearValueOverloaded.
CoerceValue (Inherited from DependencyObject.)
Collapse
Collapses the selected nodes in this GanttChartNodeListViewBase when possible.
(Inherited from GanttChartNodeListViewBase.)
CollapseAll
Collapses all nodes in this GanttChartNodeListViewBase that are not already collapsed.
(Inherited from GanttChartNodeListViewBase.)
CollapseBranch
Collapses the branches of the selected nodes in this GanttChartNodeListViewBase when possible.
(Inherited from GanttChartNodeListViewBase.)
CreateAssignableResourceManager
Establishes the assignable resource manager to be used internally by this TaskGanttChartNodeListViewBase.
(Inherited from TaskGanttChartNodeListViewBase.)
CreateEntityManager
Establishes the task manager to be used internally by this TaskGanttChartNodeListViewBase.
(Inherited from TaskGanttChartNodeListViewBase.)
DecreaseIndentation
Decreases the indentation of the selected nodes in this GanttChartNodeListViewBase when possible.
(Inherited from GanttChartNodeListViewBase.)
DecreaseTimelinePageOverloaded.
Delete
Deletes the selected objects from this GanttChartNodeListViewBase.
(Inherited from GanttChartNodeListViewBase.)
DisposeNetworkDiagramItems
Disposes the NetworkDiagramItem object collection originally obtained using GetNetworkDiagramItems method.
DisposePertChartItems
Disposes the PertChartItem object collection originally obtained using GetPertChartItems method.
EndInit (Inherited from FrameworkElement.)
EnsureEntityManagers
Ensures that the appropriate entity managers are initialized and available from within the control.
(Inherited from ItemsControlBase.)
Equals (Inherited from DependencyObject.)
Expand
Expands the selected nodes in this GanttChartNodeListViewBase when possible.
(Inherited from GanttChartNodeListViewBase.)
ExpandAll
Expands all nodes in this GanttChartNodeListViewBase that are not already expanded.
(Inherited from GanttChartNodeListViewBase.)
ExpandBranch
Expands the branches of the selected nodes in this GanttChartNodeListViewBase when possible.
(Inherited from GanttChartNodeListViewBase.)
Finalize (Inherited from Object.)
FindCommonVisualAncestor (Inherited from Visual.)
FindName (Inherited from FrameworkElement.)
FindResource (Inherited from FrameworkElement.)
Focus (Inherited from UIElement.)
GetAnimationBaseValue (Inherited from UIElement.)
GetAssignableResource
Gets the assignable resource referable in the TaskGanttChartNodeListViewBase that wraps the specified item.
(Inherited from TaskGanttChartNodeListViewBase.)
GetAssignableResourceAt
Gets the assignable resource referable in the TaskGanttChartNodeListViewBase at the specified index.
(Inherited from TaskGanttChartNodeListViewBase.)
GetBindingExpression (Inherited from FrameworkElement.)
GetCriticalTasks
Gets the list of critical tasks. A task is critical if it would generate delays in the project in case that it wouldn't be finished on time.
GetDateTimeOverloaded.
GetEntity
Gets the entity in the ItemsControlBase that wraps the specified item.
(Inherited from ItemsControlBase.)
GetEntityAtOverloaded.
GetExportBitmapSourceOverloaded.
GetExportBitmapSourcesOverloaded.
GetExportContentHeight
Gets the height of the content in the exported drawing visual or bitmap source.
(Inherited from GanttChartNodeListViewBase.)
GetExportContentWidth
Gets the width of the content in the exported drawing visual or bitmap source.
(Inherited from GanttChartNodeListViewBase.)
GetExportDrawingVisualOverloaded.
GetExportDrawingVisualsOverloaded.
GetExportHeaderHeight
Gets the height of the header in the exported drawing visual or bitmap source.
(Inherited from GanttChartNodeListViewBase.)
GetExportSizeOverloaded.
GetExportSizes
Gets the sizes of the exported drawing visuals or bitmap sources based on a specific page size.
(Inherited from GanttChartNodeListViewBase.)
GetHashCode (Inherited from DependencyObject.)
GetItemAt
Returns the item at the specified position (y-axis coordinate) in the GanttChartNodeListViewBase control.
(Inherited from GanttChartNodeListViewBase.)
GetItemHeightOverloaded.
GetItemIndexAt
Returns the zero-based index of the item at the specified position (y-axis coordinate) in the GanttChartNodeListViewBase control.
(Inherited from GanttChartNodeListViewBase.)
GetItemTopOverloaded.
GetLayoutClip (Inherited from FrameworkElement.)
GetLocalValueEnumerator (Inherited from DependencyObject.)
GetNetworkDiagramItems
Gets a collection of NetworkDiagramItem objects that may be used as an item collection within an associated INetworkDiagramView control.
GetNodeAt
Returns the node at the specified position (y-axis coordinate) in the GanttChartNodeListViewBase control.
(Inherited from GanttChartNodeListViewBase.)
GetPertChartItems
Gets a collection of PertChartItem objects that may be used as an item collection within an associated IPertChartView control.
GetPositionOverloaded.
GetProjectXml
Retreives managed data as a Project XML string.
GetTask
Gets the task in the TaskGanttChartNodeListViewBase that wraps the specified item.
(Inherited from TaskGanttChartNodeListViewBase.)
GetTaskAtOverloaded.
GetTemplateChild (Inherited from FrameworkElement.)
GetType (Inherited from Object.)
GetUIParentCore (Inherited from FrameworkElement.)
GetValue (Inherited from DependencyObject.)
GetVisualChild (Inherited from FrameworkElement.)
GetWorkingDateTime
Returns the date and time for a working time position computed based on the specified position (x-axis coordinate) in the Gantt Chart view of the GanttChartNodeListViewBase control.
(Inherited from GanttChartNodeListViewBase.)
GetWorkingPosition
Returns the position (x-axis coordinate) for a working time computed based on the specified date and time in the Gantt Chart view of the GanttChartNodeListViewBase control.
(Inherited from GanttChartNodeListViewBase.)
HitTestCoreOverloaded.
IncreaseIndentation
Increases the indentation of the selected nodes in this GanttChartNodeListViewBase when possible.
(Inherited from GanttChartNodeListViewBase.)
IncreaseTimelinePageOverloaded.
InitializeTemplateParts
Invoked when the template is applied to the control to ensure that the required template parts are identified and properly initialized within the control.
(Overrides GanttChartNodeListViewBase..::.InitializeTemplateParts()()().)
InitializeUserPermissionBindings
Called when initializing user permission bindings.
(Overrides GanttChartNodeListViewBase..::.InitializeUserPermissionBindings()()().)
InputHitTest (Inherited from UIElement.)
InsertNewOverloaded.
InvalidateArrange (Inherited from UIElement.)
InvalidateManagerTiming
Called when management timing becomes invalid within the control.
(Inherited from TaskGanttChartNodeListViewBase.)
InvalidateMeasure (Inherited from UIElement.)
InvalidateProperty (Inherited from DependencyObject.)
InvalidateVisual (Inherited from UIElement.)
IsAncestorOf (Inherited from Visual.)
IsDescendantOf (Inherited from Visual.)
LevelResourcesOverloaded.
LoadEntities
Prepares the task items to be presented by the control based on the current items and data binding properties.
(Inherited from TaskGanttChartNodeListViewBase.)
Measure (Inherited from UIElement.)
MeasureCore (Inherited from FrameworkElement.)
MeasureOverride (Inherited from Control.)
MemberwiseClone (Inherited from Object.)
MoveOverloaded.
MoveFocus (Inherited from FrameworkElement.)
MoveRange
Moves a range of items to a new index in the managed collection.
(Inherited from ItemsControlBase.)
OnAccessKey (Inherited from UIElement.)
OnActualHeaderHeightChanged
Called when the ActualHeaderHeight property changes.
(Inherited from GanttChartNodeListViewBase.)
OnActualTimelinePageWidthChanged
Called when the ActualTimelinePageWidth property changes.
(Inherited from GanttChartNodeListViewBase.)
OnAlternationCountChanged
Called when the AlternationCount property changes.
(Inherited from GanttChartNodeListViewBase.)
OnApplyTemplate
When overriden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate.
(Inherited from ItemsControlBase.)
OnAreItemUserPermissionsAppliedChanged
Called when the AreItemUserPermissionsApplied property changes.
(Inherited from GanttChartNodeListViewBase.)
OnAreNonworkingDaysVisibleChanged
Called when the AreNonworkingDaysVisible property changes.
(Inherited from GanttChartNodeListViewBase.)
OnAreNonworkingHoursVisibleChanged
Called when the AreNonworkingHoursVisible property changes.
(Inherited from GanttChartNodeListViewBase.)
OnAreSummaryTaskValueConstraintsEnabledChanged
Called when the AreSummaryTaskValueConstraintsEnabled property changes.
(Inherited from TaskGanttChartNodeListViewBase.)
OnAreTaskAssignmentsVisibleChanged
Called when the AreTaskAssignmentsVisible property changes.
OnAreTaskDependenciesReadOnlyChanged
Called when the AreTaskDependenciesReadOnly property changes.
OnAreTaskDependenciesVisibleChanged
Called when the AreTaskDependenciesVisible property changes.
OnAreTaskDependencyConstraintsEnabledChanged
Called when the AreTaskDependencyConstraintsEnabled property changes.
(Inherited from TaskGanttChartNodeListViewBase.)
OnAreTaskEffortValueConstraintsEnabledChanged
Called when the AreTaskEffortValueConstraintsEnabled property changes.
(Inherited from TaskGanttChartNodeListViewBase.)
OnAreTaskInterruptionsVisibleChanged
Called when the AreTaskInterruptionsVisible property changes.
OnAreUpdateTimelinePageButtonsVisibleChanged
Called when the AreUpdateTimelinePageButtonsVisible property changes.
(Inherited from GanttChartNodeListViewBase.)
OnAssignableResourceCountChanged
Called when the AssignableResourceCount property changes.
(Inherited from TaskGanttChartNodeListViewBase.)
OnAssignableResourceItemsSourceChanged
Called when the AssignableResourceItemsSource property changes.
(Inherited from TaskGanttChartNodeListViewBase.)
OnAssignmentAllocationUnitsMemberPathChanged
Called when the AssignmentAllocationUnitsMemberPath property changes.
(Inherited from TaskGanttChartNodeListViewBase.)
OnAssignmentResourceItemMemberPathChanged
Called when the AssignmentResourceItemMemberPath property changes.
(Inherited from TaskGanttChartNodeListViewBase.)
OnAssignmentsMemberPathChanged
Called when the AssignmentsMemberPath property changes.
(Inherited from TaskGanttChartNodeListViewBase.)
OnAssignmentsStringMemberPathChanged
Called when the AssignmentsStringMemberPath property changes.
(Inherited from TaskGanttChartNodeListViewBase.)
OnBarHeightChanged
Called when the BarHeight property changes.
(Inherited from GanttChartNodeListViewBase.)
OnBarVerticalAlignmentChanged
Called when the BarVerticalAlignment property changes.
(Inherited from GanttChartNodeListViewBase.)
OnBarVerticalMarginChanged
Called when the BarVerticalMargin property changes.
(Inherited from GanttChartNodeListViewBase.)
OnBaselineOpacityChanged
Called when the BaselineOpacity property changes.
OnChildDesiredSizeChanged (Inherited from UIElement.)
OnCompletedEffortMemberPathChanged
Called when the CompletedEffortMemberPath property changes.
(Inherited from TaskGanttChartNodeListViewBase.)
OnCompletionMemberPathChanged
Called when the CompletionMemberPath property changes.
(Inherited from TaskGanttChartNodeListViewBase.)
OnContentMemberPathChanged
Called when the ContentMemberPath property changes.
(Inherited from TaskGanttChartNodeListViewBase.)
OnContextMenuClosing (Inherited from FrameworkElement.)
OnContextMenuOpening (Inherited from FrameworkElement.)
OnCostMemberPathChanged
Called when the CostMemberPath property changes.
(Inherited from TaskGanttChartNodeListViewBase.)
OnCountChanged
Called when the Count property changes.
(Inherited from ItemsControlBase.)
OnCreateAutomationPeer (Inherited from UIElement.)
OnDataPropertyChanged
Signals that a data binding property such as ItemsSource is changed. Inheriters should call this method from the PropertyChanged callbacks of their own data binding properties.
(Inherited from ItemsControlBase.)
OnDeleting
Raises the Deleting event when Delete method is called to allow the event handlers to cancel the operation if needed.
(Inherited from GanttChartNodeListViewBase.)
OnDependencyContextMenuChanged
Called when the DependencyContextMenu property changes.
OnDependencyLineTemplateChanged
Called when the DependencyLineTemplate property changes.
OnDisplayedEndTimeChanged
Called when the DisplayedEndTime property changes.
(Inherited from GanttChartNodeListViewBase.)
OnDisplayedTimeChanged
Called when the DisplayedTime property changes.
(Inherited from GanttChartNodeListViewBase.)
OnDragEnter (Inherited from UIElement.)
OnDragLeave (Inherited from UIElement.)
OnDragOver (Inherited from UIElement.)
OnDrop (Inherited from UIElement.)
OnDurationMemberPathChanged
Called when the DurationMemberPath property changes.
(Inherited from TaskGanttChartNodeListViewBase.)
OnEffortMemberPathChanged
Called when the EffortMemberPath property changes.
(Inherited from TaskGanttChartNodeListViewBase.)
OnEntityActivated
Called when the entity activation occurs.
(Inherited from GanttChartNodeListViewBase.)
OnEntityManagerSourceChanged
Called when the EntityManagerSource property changes.
(Inherited from ItemsControlBase.)
OnFinishMemberPathChanged
Called when the FinishMemberPath property changes.
(Inherited from TaskGanttChartNodeListViewBase.)
OnFromDependencyLineStrokeChanged
Called when the FromDependencyLineStroke property changes.
OnFromDependencyLineStrokeThicknessChanged
Called when the FromDependencyLineStrokeThickness property changes.
OnGanttChartViewDisplayMemberPathChanged
Called when the GanttChartViewDisplayMemberPath property changes.
(Inherited from GanttChartNodeListViewBase.)
OnGanttChartViewItemBindingGroupChanged
Called when the GanttChartViewItemBindingGroup property changes.
(Inherited from GanttChartNodeListViewBase.)
OnGanttChartViewItemContainerStyleChanged
Called when the GanttChartViewItemContainerStyle property changes.
(Inherited from GanttChartNodeListViewBase.)
OnGanttChartViewItemContainerStyleSelectorChanged
Called when the GanttChartViewItemContainerStyleSelector property changes.
(Inherited from GanttChartNodeListViewBase.)
OnGanttChartViewItemsPanelChanged
Called when the GanttChartViewItemsPanel property changes.
(Inherited from GanttChartNodeListViewBase.)
OnGanttChartViewItemStringFormatChanged
Called when the GanttChartViewItemStringFormat property changes.
(Inherited from GanttChartNodeListViewBase.)
OnGanttChartViewItemTemplateChanged
Called when the GanttChartViewItemTemplate property changes.
(Inherited from GanttChartNodeListViewBase.)
OnGanttChartViewItemTemplateSelectorChanged
Called when the GanttChartViewItemTemplateSelector property changes.
(Inherited from GanttChartNodeListViewBase.)
OnGanttChartViewWidthChanged
Called when the GanttChartViewWidth property changes.
(Inherited from GanttChartNodeListViewBase.)
OnGiveFeedback (Inherited from UIElement.)
OnGotFocus (Inherited from FrameworkElement.)
OnGotKeyboardFocus (Inherited from UIElement.)
OnGotMouseCapture (Inherited from UIElement.)
OnGotStylusCapture (Inherited from UIElement.)
OnGotTouchCapture (Inherited from UIElement.)
OnHeaderBackgroundChanged
Called when the HeaderBackground property changes.
(Inherited from GanttChartNodeListViewBase.)
OnHeaderHeightChanged
Called when the HeaderHeight property changes.
(Inherited from GanttChartNodeListViewBase.)
OnHourWidthChanged
Called when the HourWidth property changes.
(Inherited from GanttChartNodeListViewBase.)
OnIndentationMemberPathChanged
Called when the IndentationMemberPath property changes.
(Inherited from TaskGanttChartNodeListViewBase.)
OnIndexStringMemberPathChanged
Called when the IndexStringMemberPath property changes.
(Inherited from TaskGanttChartNodeListViewBase.)
OnInitialized (Inherited from FrameworkElement.)
OnIsAsyncPresentationDeferredChanged
Raises the IsAsyncPresentationDeferredChanged event.
(Inherited from ItemsControlBase.)
OnIsAsyncPresentationDeferredScrollRatioChanged
Called when the IsAsyncPresentationDeferredScrollRatio property changes.
(Inherited from GanttChartNodeListViewBase.)
OnIsAsyncPresentationEnabledChanged
Called when the IsAsyncPresentationEnabled property changes.
(Inherited from ItemsControlBase.)
OnIsAsyncPresentationEnabledMinCountChanged
Called when the IsAsyncPresentationEnabledMinCount property changes.
(Inherited from ItemsControlBase.)
OnIsAsyncPresentationEnabledPageSizeChanged
Called when the IsAsyncPresentationEnabledPageSize property changes.
(Inherited from ItemsControlBase.)
OnIsBaselineVisibleChanged
Called when the IsBaselineVisible property changes.
OnIsCompletedMemberPathChanged
Called when the IsCompletedMemberPath property changes.
(Inherited from TaskGanttChartNodeListViewBase.)
OnIsExpandedMemberPathChanged
Called when the IsExpandedMemberPath property changes.
(Inherited from TaskGanttChartNodeListViewBase.)
OnIsGanttChartViewReadOnlyChanged
Called when the IsGanttChartViewReadOnly property changes.
(Inherited from GanttChartNodeListViewBase.)
OnIsItemAppearanceAppliedChanged
Called when the IsItemAppearanceApplied property changes.
(Inherited from GanttChartNodeListViewBase.)
OnIsItemToolTipEnabledChanged
Called when the IsItemToolTipEnabled property changes.
(Inherited from GanttChartNodeListViewBase.)
OnIsItemVisibilityAppliedChanged
Called when the IsItemVisibilityApplied property changes.
(Inherited from GanttChartNodeListViewBase.)
OnIsKeyboardFocusedChanged (Inherited from UIElement.)
OnIsKeyboardFocusWithinChanged (Inherited from UIElement.)
OnIsMilestoneMemberPathChanged
Called when the IsMilestoneMemberPath property changes.
(Inherited from TaskGanttChartNodeListViewBase.)
OnIsMouseCapturedChanged (Inherited from UIElement.)
OnIsMouseCaptureWithinChanged (Inherited from UIElement.)
OnIsMouseDirectlyOverChanged (Inherited from UIElement.)
OnIsNodeExpansionReadOnlyChanged
Called when the IsNodeExpansionReadOnly property changes.
(Inherited from GanttChartNodeListViewBase.)
OnIsNodeIndentationReadOnlyChanged
Called when the IsNodeIndentationReadOnly property changes.
(Inherited from GanttChartNodeListViewBase.)
OnIsNodeListViewItemCollectionReadOnlyChanged
Called when the IsNodeListViewItemCollectionReadOnly property changes.
(Inherited from GanttChartNodeListViewBase.)
OnIsNodeListViewItemDataReadOnlyChanged
Called when the IsNodeListViewItemDataReadOnly property changes.
(Inherited from GanttChartNodeListViewBase.)
OnIsNodeListViewReadOnlyChanged
Called when the IsNodeListViewReadOnly property changes.
(Inherited from GanttChartNodeListViewBase.)
OnIsReadOnlyChanged
Called when the IsReadOnly property changes.
(Inherited from GanttChartNodeListViewBase.)
OnIsStylusCapturedChanged (Inherited from UIElement.)
OnIsStylusCaptureWithinChanged (Inherited from UIElement.)
OnIsStylusDirectlyOverChanged (Inherited from UIElement.)
OnIsTaskCompletedDurationReadOnlyChanged
Called when the IsTaskCompletedDurationReadOnly property changes.
OnIsTaskCompletedEffortVisibleChanged
Called when the IsTaskCompletedEffortVisible property changes.
OnIsTaskDurationReadOnlyChanged
Called when the IsTaskDurationReadOnly property changes.
OnIsTaskStartReadOnlyChanged
Called when the IsTaskStartReadOnly property changes.
OnIsTextSearchCaseSensitiveChanged
Called when the IsTextSearchCaseSensitive property changes.
(Inherited from GanttChartNodeListViewBase.)
OnIsTextSearchEnabledChanged
Called when the IsTextSearchEnabled property changes.
(Inherited from GanttChartNodeListViewBase.)
OnIsTimelinePageReadOnlyChanged
Called when the IsTimelinePageReadOnly property changes.
(Inherited from GanttChartNodeListViewBase.)
OnIsVirtualizingChanged
Called when the IsVirtualizing property changes.
(Inherited from GanttChartNodeListViewBase.)
OnItemBackgroundChanged
Called when the ItemBackground property changes.
(Inherited from GanttChartNodeListViewBase.)
OnItemBorderBrushChanged
Called when the ItemBorderBrush property changes.
(Inherited from GanttChartNodeListViewBase.)
OnItemBorderThicknessChanged
Called when the ItemBorderThickness property changes.
(Inherited from GanttChartNodeListViewBase.)
OnItemContextMenuChanged
Called when the ItemContextMenu property changes.
(Inherited from GanttChartNodeListViewBase.)
OnItemHeightChanged
Called when the ItemHeight property changes.
(Inherited from GanttChartNodeListViewBase.)
OnItemsChanged
Invoked when the Items property changes.
(Inherited from ItemsControlBase.)
OnItemsSourceChanged
Called when the ItemsSource property changes.
(Inherited from ItemsControlBase.)
OnKeyDown (Inherited from UIElement.)
OnKeyUp (Inherited from UIElement.)
OnLeafCountChanged
Called when the LeafCount property changes.
(Inherited from GanttChartNodeListViewBase.)
OnLeafNodesChanged
Called when the LeafNodes property changes.
(Inherited from GanttChartNodeListViewBase.)
OnLostFocus (Inherited from UIElement.)
OnLostKeyboardFocus (Inherited from UIElement.)
OnLostMouseCapture (Inherited from UIElement.)
OnLostStylusCapture (Inherited from UIElement.)
OnLostTouchCapture (Inherited from UIElement.)
OnManipulationBoundaryFeedback (Inherited from UIElement.)
OnManipulationCompleted (Inherited from UIElement.)
OnManipulationDelta (Inherited from UIElement.)
OnManipulationInertiaStarting (Inherited from UIElement.)
OnManipulationStarted (Inherited from UIElement.)
OnManipulationStarting (Inherited from UIElement.)
OnMaxDayDisplayFinishChanged
Called when the MaxDayDisplayFinish property changes.
(Inherited from GanttChartNodeListViewBase.)
OnMaxFinishMemberPathChanged
Called when the MaxFinishMemberPath property changes.
(Inherited from TaskGanttChartNodeListViewBase.)
OnMaxGanttChartViewWidthChanged
Called when the MaxGanttChartViewWidth property changes.
(Inherited from GanttChartNodeListViewBase.)
OnMaxHeaderHeightChanged
Called when the MaxHeaderHeight property changes.
(Inherited from GanttChartNodeListViewBase.)
OnMaxNodeListViewWidthChanged
Called when the MaxNodeListViewWidth property changes.
(Inherited from GanttChartNodeListViewBase.)
OnMaxStartMemberPathChanged
Called when the MaxStartMemberPath property changes.
(Inherited from TaskGanttChartNodeListViewBase.)
OnMilestoneAssignmentsTemplateChanged
Called when the MilestoneAssignmentsTemplate property changes.
OnMilestoneBarFillChanged
Called when the MilestoneBarFill property changes.
OnMilestoneBarStrokeChanged
Called when the MilestoneBarStroke property changes.
OnMilestoneBarStrokeThicknessChanged
Called when the MilestoneBarStrokeThickness property changes.
OnMilestoneTaskExtraElementsPositioningChanged
Called when the MilestoneTaskExtraElementsPositioning property changes.
OnMilestoneTaskTemplateChanged
Called when the MilestoneTaskTemplate property changes.
OnMinDayDisplayStartChanged
Called when the MinDayDisplayStart property changes.
(Inherited from GanttChartNodeListViewBase.)
OnMinFinishMemberPathChanged
Called when the MinFinishMemberPath property changes.
(Inherited from TaskGanttChartNodeListViewBase.)
OnMinGanttChartViewWidthChanged
Called when the MinGanttChartViewWidth property changes.
(Inherited from GanttChartNodeListViewBase.)
OnMinHeaderHeightChanged
Called when the MinHeaderHeight property changes.
(Inherited from GanttChartNodeListViewBase.)
OnMinNodeListViewWidthChanged
Called when the MinNodeListViewWidth property changes.
(Inherited from GanttChartNodeListViewBase.)
OnMinStartMemberPathChanged
Called when the MinStartMemberPath property changes.
(Inherited from TaskGanttChartNodeListViewBase.)
OnMouseDoubleClick (Inherited from Control.)
OnMouseDown (Inherited from UIElement.)
OnMouseEnter (Inherited from UIElement.)
OnMouseLeave (Inherited from UIElement.)
OnMouseLeftButtonDown (Inherited from UIElement.)
OnMouseLeftButtonUp (Inherited from UIElement.)
OnMouseMove (Inherited from UIElement.)
OnMouseRightButtonDown (Inherited from UIElement.)
OnMouseRightButtonUp (Inherited from UIElement.)
OnMouseUp (Inherited from UIElement.)
OnMouseWheel (Inherited from UIElement.)
OnNewPredecessor
Raises the NewPredecessor event when a new predecessor is created in the predecessor collection of a task to allow the event handlers to create their own predecessor type.
OnNewTask
Raises the NewTask event when a new task is created in the collection by calling InsertItem method to allow the event handlers to create their own task type.
OnNodeActivated
Called when the node activation occurs.
(Inherited from GanttChartNodeListViewBase.)
OnNodeListViewDisplayMemberPathChanged
Called when the NodeListViewDisplayMemberPath property changes.
(Inherited from GanttChartNodeListViewBase.)
OnNodeListViewItemBindingGroupChanged
Called when the NodeListViewItemBindingGroup property changes.
(Inherited from GanttChartNodeListViewBase.)
OnNodeListViewItemContainerStyleChanged
Called when the NodeListViewItemContainerStyle property changes.
(Inherited from GanttChartNodeListViewBase.)
OnNodeListViewItemContainerStyleSelectorChanged
Called when the NodeListViewItemContainerStyleSelector property changes.
(Inherited from GanttChartNodeListViewBase.)
OnNodeListViewItemsPanelChanged
Called when the NodeListViewItemsPanel property changes.
(Inherited from GanttChartNodeListViewBase.)
OnNodeListViewItemStringFormatChanged
Called when the NodeListViewItemStringFormat property changes.
(Inherited from GanttChartNodeListViewBase.)
OnNodeListViewItemTemplateChanged
Called when the NodeListViewItemTemplate property changes.
(Inherited from GanttChartNodeListViewBase.)
OnNodeListViewItemTemplateSelectorChanged
Called when the NodeListViewItemTemplateSelector property changes.
(Inherited from GanttChartNodeListViewBase.)
OnNodeListViewWidthChanged
Called when the NodeListViewWidth property changes.
(Inherited from GanttChartNodeListViewBase.)
OnNodeManagerSourceChanged
Called when the NodeManagerSource property changes.
(Inherited from GanttChartNodeListViewBase.)
OnNonworkingDayDisplayFinishChanged
Called when the NonworkingDayDisplayFinish property changes.
(Inherited from GanttChartNodeListViewBase.)
OnNonworkingDayDisplayStartChanged
Called when the NonworkingDayDisplayStart property changes.
(Inherited from GanttChartNodeListViewBase.)
OnNonworkingTimeBackgroundChanged
Called when the NonworkingTimeBackground property changes.
(Inherited from GanttChartNodeListViewBase.)
OnOverallCompletedEffortChanged
Called when the OverallCompletedEffort property changes.
(Inherited from TaskGanttChartNodeListViewBase.)
OnOverallCompletionChanged
Called when the OverallCompletion property changes.
(Inherited from TaskGanttChartNodeListViewBase.)
OnOverallCostChanged
Called when the OverallCost property changes.
(Inherited from TaskGanttChartNodeListViewBase.)
OnOverallEffortChanged
Called when the OverallEffort property changes.
(Inherited from TaskGanttChartNodeListViewBase.)
OnOverallFinishChanged
Called when the OverallFinish property changes.
(Inherited from TaskGanttChartNodeListViewBase.)
OnOverallIsCompletedChanged
Called when the OverallIsCompleted property changes.
(Inherited from TaskGanttChartNodeListViewBase.)
OnOverallStartChanged
Called when the OverallStart property changes.
(Inherited from TaskGanttChartNodeListViewBase.)
OnPredecessorActivated
Called when the predecessor activation occurs.
OnPredecessorDependencyTypeMemberPathChanged
Called when the PredecessorDependencyTypeMemberPath property changes.
(Inherited from TaskGanttChartNodeListViewBase.)
OnPredecessorLagMemberPathChanged
Called when the PredecessorLagMemberPath property changes.
(Inherited from TaskGanttChartNodeListViewBase.)
OnPredecessorsMemberPathChanged
Called when the PredecessorsMemberPath property changes.
(Inherited from TaskGanttChartNodeListViewBase.)
OnPredecessorsStringMemberPathChanged
Called when the PredecessorsStringMemberPath property changes.
(Inherited from TaskGanttChartNodeListViewBase.)
OnPredecessorTaskItemMemberPathChanged
Called when the PredecessorTaskItemMemberPath property changes.
(Inherited from TaskGanttChartNodeListViewBase.)
OnPreviewDragEnter (Inherited from UIElement.)
OnPreviewDragLeave (Inherited from UIElement.)
OnPreviewDragOver (Inherited from UIElement.)
OnPreviewDrop (Inherited from UIElement.)
OnPreviewGiveFeedback (Inherited from UIElement.)
OnPreviewGotKeyboardFocus (Inherited from UIElement.)
OnPreviewKeyDown (Inherited from UIElement.)
OnPreviewKeyUp (Inherited from UIElement.)
OnPreviewLostKeyboardFocus (Inherited from UIElement.)
OnPreviewMouseDoubleClick (Inherited from Control.)
OnPreviewMouseDown (Inherited from UIElement.)
OnPreviewMouseLeftButtonDown (Inherited from UIElement.)
OnPreviewMouseLeftButtonUp (Inherited from UIElement.)
OnPreviewMouseMove (Inherited from UIElement.)
OnPreviewMouseRightButtonDown (Inherited from UIElement.)
OnPreviewMouseRightButtonUp (Inherited from UIElement.)
OnPreviewMouseUp (Inherited from UIElement.)
OnPreviewMouseWheel (Inherited from UIElement.)
OnPreviewQueryContinueDrag (Inherited from UIElement.)
OnPreviewStylusButtonDown (Inherited from UIElement.)
OnPreviewStylusButtonUp (Inherited from UIElement.)
OnPreviewStylusDown (Inherited from UIElement.)
OnPreviewStylusInAirMove (Inherited from UIElement.)
OnPreviewStylusInRange (Inherited from UIElement.)
OnPreviewStylusMove (Inherited from UIElement.)
OnPreviewStylusOutOfRange (Inherited from UIElement.)
OnPreviewStylusSystemGesture (Inherited from UIElement.)
OnPreviewStylusUp (Inherited from UIElement.)
OnPreviewTextInput (Inherited from UIElement.)
OnPreviewTouchDown (Inherited from UIElement.)
OnPreviewTouchMove (Inherited from UIElement.)
OnPreviewTouchUp (Inherited from UIElement.)
OnPropertyChanged (Inherited from FrameworkElement.)
OnQueryContinueDrag (Inherited from UIElement.)
OnQueryCursor (Inherited from UIElement.)
OnRender (Inherited from UIElement.)
OnRenderSizeChanged (Inherited from FrameworkElement.)
OnResourceContentMemberPathChanged
Called when the ResourceContentMemberPath property changes.
(Inherited from TaskGanttChartNodeListViewBase.)
OnResourceCostPerHourMemberPathChanged
Called when the ResourceCostPerHourMemberPath property changes.
(Inherited from TaskGanttChartNodeListViewBase.)
OnResourceCostPerUsageMemberPathChanged
Called when the ResourceCostPerUsageMemberPath property changes.
(Inherited from TaskGanttChartNodeListViewBase.)
OnResourceScheduleMemberPathChanged
Called when the ResourceScheduleMemberPath property changes.
(Inherited from TaskGanttChartNodeListViewBase.)
OnRootCountChanged
Called when the RootCount property changes.
(Inherited from GanttChartNodeListViewBase.)
OnRootNodesChanged
Called when the RootNodes property changes.
(Inherited from GanttChartNodeListViewBase.)
OnScalesChanged
Called when the Scales property changes.
(Inherited from GanttChartNodeListViewBase.)
OnScheduleChanged
Called when the Schedule property changes.
(Inherited from GanttChartNodeListViewBase.)
OnScheduleMemberPathChanged
Called when the ScheduleMemberPath property changes.
(Inherited from TaskGanttChartNodeListViewBase.)
OnSelectionChanged
Called when the selection changes.
(Inherited from GanttChartNodeListViewBase.)
OnStandardAssignmentsTemplateChanged
Called when the StandardAssignmentsTemplate property changes.
OnStandardBackgroundBarFillChanged
Called when the StandardBackgroundBarFill property changes.
OnStandardBackgroundBarStrokeChanged
Called when the StandardBackgroundBarStroke property changes.
OnStandardBarCornerRadiusChanged
Called when the StandardBarCornerRadius property changes.
OnStandardBarFillChanged
Called when the StandardBarFill property changes.
OnStandardBarStrokeChanged
Called when the StandardBarStroke property changes.
OnStandardBarStrokeThicknessChanged
Called when the StandardBarStrokeThickness property changes.
OnStandardCompletedBarCornerRadiusChanged
Called when the StandardCompletedBarCornerRadius property changes.
OnStandardCompletedBarFillChanged
Called when the StandardCompletedBarFill property changes.
OnStandardCompletedBarStrokeChanged
Called when the StandardCompletedBarStroke property changes.
OnStandardCompletedBarStrokeThicknessChanged
Called when the StandardCompletedBarStrokeThickness property changes.
OnStandardTaskExtraElementsPositioningChanged
Called when the StandardTaskExtraElementsPositioning property changes.
OnStandardTaskTemplateChanged
Called when the StandardTaskTemplate property changes.
OnStartMemberPathChanged
Called when the StartMemberPath property changes.
(Inherited from TaskGanttChartNodeListViewBase.)
OnStyleChanged (Inherited from FrameworkElement.)
OnStylusButtonDown (Inherited from UIElement.)
OnStylusButtonUp (Inherited from UIElement.)
OnStylusDown (Inherited from UIElement.)
OnStylusEnter (Inherited from UIElement.)
OnStylusInAirMove (Inherited from UIElement.)
OnStylusInRange (Inherited from UIElement.)
OnStylusLeave (Inherited from UIElement.)
OnStylusMove (Inherited from UIElement.)
OnStylusOutOfRange (Inherited from UIElement.)
OnStylusSystemGesture (Inherited from UIElement.)
OnStylusUp (Inherited from UIElement.)
OnSummaryAssignmentsTemplateChanged
Called when the SummaryAssignmentsTemplate property changes.
OnSummaryBarFillChanged
Called when the SummaryBarFill property changes.
OnSummaryBarStrokeChanged
Called when the SummaryBarStroke property changes.
OnSummaryBarStrokeThicknessChanged
Called when the SummaryBarStrokeThickness property changes.
OnSummaryTaskExtraElementsPositioningChanged
Called when the SummaryTaskExtraElementsPositioning property changes.
OnSummaryTaskTemplateChanged
Called when the SummaryTaskTemplate property changes.
OnTaskActivated
Called when the task activation occurs.
(Overrides TaskGanttChartNodeListViewBase..::.OnTaskActivated(Object, TaskActivatedEventArgs).)
OnTaskManagerSourceChanged
Called when the TaskManagerSource property changes.
(Inherited from TaskGanttChartNodeListViewBase.)
OnTemplateChanged (Inherited from Control.)
OnTextInput (Inherited from UIElement.)
OnTimelinePageChangedOverloaded.
OnTimelinePageDurationChanged
Called when the TimelinePageDuration property changes.
(Inherited from GanttChartNodeListViewBase.)
OnTimelinePageFinishChanged
Called when the TimelinePageFinish property changes.
(Inherited from GanttChartNodeListViewBase.)
OnTimelinePageStartChanged
Called when the TimelinePageStart property changes.
(Inherited from GanttChartNodeListViewBase.)
OnTimelinePageUpdateAmountChanged
Called when the TimelinePageUpdateAmount property changes.
(Inherited from GanttChartNodeListViewBase.)
OnToDependencyLineStrokeChanged
Called when the ToDependencyLineStroke property changes.
OnToDependencyLineStrokeThicknessChanged
Called when the ToDependencyLineStrokeThickness property changes.
OnToolTipClosing (Inherited from FrameworkElement.)
OnToolTipOpening (Inherited from FrameworkElement.)
OnTouchDown (Inherited from UIElement.)
OnTouchEnter (Inherited from UIElement.)
OnTouchLeave (Inherited from UIElement.)
OnTouchMove (Inherited from UIElement.)
OnTouchUp (Inherited from UIElement.)
OnUpdateScaleChanged
Called when the UpdateScale property changes.
(Inherited from GanttChartNodeListViewBase.)
OnVerticalBarProvidersChanged
Called when the VerticalBarProviders property changes.
(Inherited from GanttChartNodeListViewBase.)
OnVisualChildrenChanged (Inherited from Visual.)
OnVisualParentChanged (Inherited from FrameworkElement.)
OnWorkingTimeBackgroundChanged
Called when the WorkingTimeBackground property changes.
(Inherited from GanttChartNodeListViewBase.)
OnWorkTimeIntervalsChanged
Called when the WorkTimeIntervals property changes.
(Inherited from GanttChartNodeListViewBase.)
ParentLayoutInvalidated (Inherited from FrameworkElement.)
PointFromScreen (Inherited from Visual.)
PointToScreen (Inherited from Visual.)
PredictFocus (Inherited from FrameworkElement.)
PrintOverloaded.
RaiseEvent (Inherited from UIElement.)
ReadLocalValue (Inherited from DependencyObject.)
RefreshItems
Refreshes the user interface of the presented items within the control by rebinding their appropriate attached property values to the master values provided by the control instance.
(Inherited from GanttChartNodeListViewBase.)
RegisterName (Inherited from FrameworkElement.)
ReleaseAllTouchCaptures (Inherited from UIElement.)
ReleaseMouseCapture (Inherited from UIElement.)
ReleaseStylusCapture (Inherited from UIElement.)
ReleaseTouchCapture (Inherited from UIElement.)
RemoveHandler (Inherited from UIElement.)
RemoveLogicalChild (Inherited from FrameworkElement.)
RemoveVisualChild (Inherited from Visual.)
ScrollIntoView
Causes the object to scroll into view.
(Inherited from GanttChartNodeListViewBase.)
ScrollToOverloaded.
SelectAll
Selects all the items in a GanttChartNodeListViewBase.
(Inherited from GanttChartNodeListViewBase.)
SetBindingOverloaded.
SetCurrentValue (Inherited from DependencyObject.)
SetResourceReference (Inherited from FrameworkElement.)
SetTimelinePageOverloaded.
SetValueOverloaded.
ShouldSerializeCommandBindings (Inherited from UIElement.)
ShouldSerializeInputBindings (Inherited from UIElement.)
ShouldSerializeProperty (Inherited from DependencyObject.)
ShouldSerializeResources (Inherited from FrameworkElement.)
ShouldSerializeStyle (Inherited from FrameworkElement.)
ShouldSerializeTriggers (Inherited from FrameworkElement.)
ToString
Provides a string representation of this ItemsControlBase object.
(Inherited from ItemsControlBase.)
TransformToAncestorOverloaded.
TransformToDescendant (Inherited from Visual.)
TransformToVisual (Inherited from Visual.)
TranslatePoint (Inherited from UIElement.)
TryFindResource (Inherited from FrameworkElement.)
UnregisterName (Inherited from FrameworkElement.)
UnselectAll
Unselects all the items in a GanttChartNodeListViewBase.
(Inherited from GanttChartNodeListViewBase.)
UpdateDefaultStyle (Inherited from FrameworkElement.)
UpdateIsReadOnlyFromUserPermissions
Called when IsReadOnly property should be updated when other user permission properties are set.
(Inherited from GanttChartNodeListViewBase.)
UpdateLayout (Inherited from UIElement.)
UpdateUserPermissionsFromIsReadOnly
Called when IsReadOnly property is set and other user permission properties should be updated.
(Inherited from GanttChartNodeListViewBase.)
VerifyAccess (Inherited from DispatcherObject.)

Fields

  NameDescription
AreTaskAssignmentsVisibleProperty
Identifies the AreTaskAssignmentsVisible dependency property.
AreTaskDependenciesReadOnlyProperty
Identifies the AreTaskDependenciesReadOnly dependency property.
AreTaskDependenciesVisibleProperty
Identifies the AreTaskDependenciesVisible dependency property.
AreTaskInterruptionsVisibleProperty
Identifies the AreTaskInterruptionsVisible dependency property.
BaselineOpacityProperty
Identifies the BaselineOpacity dependency property.
DependencyContextMenuProperty
Identifies the DependencyContextMenu dependency property.
DependencyLineTemplateProperty
Identifies the DependencyLineTemplate dependency property.
FromDependencyLineStrokeProperty
Identifies the FromDependencyLineStroke dependency property.
FromDependencyLineStrokeThicknessProperty
Identifies the FromDependencyLineStrokeThickness dependency property.
IsBaselineVisibleProperty
Identifies the IsBaselineVisible dependency property.
IsTaskCompletedDurationReadOnlyProperty
Identifies the IsTaskCompletedDurationReadOnly dependency property.
IsTaskCompletedEffortVisibleProperty
Identifies the IsTaskCompletedEffortVisible dependency property.
IsTaskDurationReadOnlyProperty
Identifies the IsTaskDurationReadOnly dependency property.
IsTaskStartReadOnlyProperty
Identifies the IsTaskStartReadOnly dependency property.
MilestoneAssignmentsTemplateProperty
Identifies the MilestoneAssignmentsTemplate dependency property.
MilestoneBarFillProperty
Identifies the MilestoneBarFill dependency property.
MilestoneBarStrokeProperty
Identifies the MilestoneBarStroke dependency property.
MilestoneBarStrokeThicknessProperty
Identifies the MilestoneBarStrokeThickness dependency property.
MilestoneTaskExtraElementsPositioningProperty
Identifies the MilestoneTaskExtraElementsPositioning dependency property.
MilestoneTaskTemplateProperty
Identifies the MilestoneTaskTemplate dependency property.
PredecessorActivatedEvent
Identifies the PredecessorActivated routed event.
StandardAssignmentsTemplateProperty
Identifies the StandardAssignmentsTemplate dependency property.
StandardBackgroundBarFillProperty
Identifies the StandardBackgroundBarFill dependency property.
StandardBackgroundBarStrokeProperty
Identifies the StandardBackgroundBarStroke dependency property.
StandardBarCornerRadiusProperty
Identifies the StandardBarCornerRadius dependency property.
StandardBarFillProperty
Identifies the StandardBarFill dependency property.
StandardBarStrokeProperty
Identifies the StandardBarStroke dependency property.
StandardBarStrokeThicknessProperty
Identifies the StandardBarStrokeThickness dependency property.
StandardCompletedBarCornerRadiusProperty
Identifies the StandardCompletedBarCornerRadius dependency property.
StandardCompletedBarFillProperty
Identifies the StandardCompletedBarFill dependency property.
StandardCompletedBarStrokeProperty
Identifies the StandardCompletedBarStroke dependency property.
StandardCompletedBarStrokeThicknessProperty
Identifies the StandardCompletedBarStrokeThickness dependency property.
StandardTaskExtraElementsPositioningProperty
Identifies the StandardTaskExtraElementsPositioning dependency property.
StandardTaskTemplateProperty
Identifies the StandardTaskTemplate dependency property.
SummaryAssignmentsTemplateProperty
Identifies the SummaryAssignmentsTemplate dependency property.
SummaryBarFillProperty
Identifies the SummaryBarFill dependency property.
SummaryBarStrokeProperty
Identifies the SummaryBarStroke dependency property.
SummaryBarStrokeThicknessProperty
Identifies the SummaryBarStrokeThickness dependency property.
SummaryTaskExtraElementsPositioningProperty
Identifies the SummaryTaskExtraElementsPositioning dependency property.
SummaryTaskTemplateProperty
Identifies the SummaryTaskTemplate dependency property.
ToDependencyLineStrokeProperty
Identifies the ToDependencyLineStroke dependency property.
ToDependencyLineStrokeThicknessProperty
Identifies the ToDependencyLineStrokeThickness dependency property.

Properties

  NameDescription
ActualHeaderHeight
Gets the actual height of the header displayed in the GanttChartNodeListViewBase control. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
ActualHeight (Inherited from FrameworkElement.)
ActualTimelinePageWidth
Gets the actual width of timeline page displayed within the GanttChartNodeListViewBase control. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
ActualWidth (Inherited from FrameworkElement.)
AllowDrop (Inherited from UIElement.)
AlternationCount
Gets or sets then number of alternating item containers in the ItemsControl, which enables alternating containers to have a unique appearance. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
AreAnyTouchesCaptured (Inherited from UIElement.)
AreAnyTouchesCapturedWithin (Inherited from UIElement.)
AreAnyTouchesDirectlyOver (Inherited from UIElement.)
AreAnyTouchesOver (Inherited from UIElement.)
AreItemUserPermissionsApplied
Gets or sets a value indicating whether to apply specific attached user permission values if they are set for specific items in the Gantt Chart view of the GanttChartNodeListViewBase control. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
AreNonworkingDaysVisible
Gets or sets a value indicating whether the nonworking days are visible in the Gantt Chart view of the GanttChartNodeListViewBase control. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
AreNonworkingHoursVisible
Gets or sets a value indicating whether the nonworking daytime hours are visible in the Gantt Chart view of the GanttChartNodeListViewBase control. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
AreSummaryTaskValueConstraintsEnabled
Gets or sets a value indicating whether the summary task values are constained and automatically computed in the TaskGanttChartNodeListViewBase control. This is a dependency property.
(Inherited from TaskGanttChartNodeListViewBase.)
AreTaskAssignmentsVisible
Gets or sets a value indicating whether the assignments are visible for tasks in the Gantt Chart view of the GanttChartTaskListView control. This is a dependency property.
AreTaskDependenciesReadOnly
Gets or sets a value indicating whether the task predecessors collection is read-only in the Gantt Chart view of the GanttChartTaskListView control so that the user cannot update it using drag and drop and context menu operations. This is a dependency property.
AreTaskDependenciesVisible
Gets or sets a value indicating whether the dependency lines between tasks are visible in the Gantt Chart view of the GanttChartTaskListView control. This is a dependency property.
AreTaskDependencyConstraintsEnabled
Gets or sets a value indicating whether the dependent task values are constrained and automatically computed in the TaskGanttChartNodeListViewBase control. This is a dependency property.
(Inherited from TaskGanttChartNodeListViewBase.)
AreTaskEffortValueConstraintsEnabled
Gets or sets a value indicating whether the task effort values are constrained so that task duration updates are interpreted as assignment allocation units updates when assignments are available in the TaskGanttChartNodeListViewBase control. This is a dependency property.
(Inherited from TaskGanttChartNodeListViewBase.)
AreTaskInterruptionsVisible
Gets or sets a value indicating whether the interruptions are visible for tasks in the Gantt Chart view of the GanttChartTaskListView control. This is a dependency property.
AreUpdateTimelinePageButtonsVisible
Gets or sets a value indicating whether to show extra scroll buttons that would allow the user to change the timeline page in the GanttChartNodeListViewBase control. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
AssignableResourceCount
Gets the count of assignable resources managed by this TaskGanttChartNodeListViewBase. This is a dependency property.
(Inherited from TaskGanttChartNodeListViewBase.)
AssignableResourceItems
Gets the resource collection used to by this TaskGanttChartNodeListViewBase as available resources.
(Inherited from TaskGanttChartNodeListViewBase.)
AssignableResourceItemsSource
Gets or sets a resource collection used by this TaskGanttChartNodeListViewBase as available resources. This is a dependency property.
(Inherited from TaskGanttChartNodeListViewBase.)
AssignableResourceManager
Gets the ResourceManager object that is used internally for managing assignable resources used by this TaskGanttChartNodeListViewBase. This is a dependency property.
(Inherited from TaskGanttChartNodeListViewBase.)
AssignmentAllocationUnitsMemberPath
Gets or sets the path to a Double value on a source task assignment item to serve as the task assigned allocation units value, or null to indicate that the allocation units value is not provided by the source task assignment item. The assigned allocation units value represents the percent of the resource availability to consider for the assignment, and is used when computing the task cost or can be used when determining the resource availability for a specific time interval. It is recommended to set this property. This is a dependency property.
(Inherited from TaskGanttChartNodeListViewBase.)
AssignmentResourceItemMemberPath
Gets or sets the path to an Object value on a source task assignment item to serve as the assigned resource item, or null to indicate that the assigned resource item is not provided by the source task assignment item. You can use a ResourceItem object as the assigned resource item. It is recommended to set this property. This is a dependency property.
(Inherited from TaskGanttChartNodeListViewBase.)
AssignmentsMemberPath
Gets or sets the path to an IEnumerable value on the source task item to serve as the task assignment item collection, or null to indicate that the assignment item collection is not provided by the source task item. You can use a collection of AssignmentItem objects as the task assignment item collection. Note that the assignment item collection is ignored for parent tasks. It is recommended to set this property. This is a dependency property.
(Inherited from TaskGanttChartNodeListViewBase.)
AssignmentsStringMemberPath
Gets or sets the path to a String value on the source task item to serve as a string representation of the task assignment item collection, or null to indicate that the string representation of the assignment item collection is not provided by the source task item. The assignments string is of this form: John, Diane [80%]. This is a dependency property.
(Inherited from TaskGanttChartNodeListViewBase.)
Background (Inherited from Control.)
BarHeight
Gets or sets a value that specifies the bar height of an node in the Gantt Chart view of the GanttChartNodeListViewBase control. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
BarVerticalAlignment
Gets or sets a value that specifies the bar vertical alignment (position of the bar in the item row space after applying the bar vertical margin) of an node in the Gantt Chart view of the GanttChartNodeListViewBase control. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
BarVerticalMargin
Gets or sets a value that specifies the bar vertical margin (the emtpy space remaining at the top and at the bottom of the bar) of an node in the Gantt Chart view of the GanttChartNodeListViewBase control. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
BaseGanttChartItemsControl
Gets the base ItemsControl used as the core for the Gantt Chart view of this control.
(Inherited from GanttChartNodeListViewBase.)
BaselineOpacity
Gets or sets a value indicating the opacity to use for baseline task bars in the Gantt Chart view of the GanttChartTaskListView control. This is a dependency property.
BaseNodeListView
Gets the base ListView used as the core for the node list view of this control.
(Inherited from GanttChartNodeListViewBase.)
BindingGroup (Inherited from FrameworkElement.)
BitmapEffect Obsolete. (Inherited from UIElement.)
BitmapEffectInput Obsolete. (Inherited from UIElement.)
BorderBrush (Inherited from Control.)
BorderThickness (Inherited from Control.)
CacheMode (Inherited from UIElement.)
CanCollapse
Gets a value indicating whether any of the selected nodes in this GanttChartNodeListViewBase can be collapsed.
(Inherited from GanttChartNodeListViewBase.)
CanCollapseAll
Gets a value indicating whether any node in this GanttChartNodeListViewBase can be collapsed.
(Inherited from GanttChartNodeListViewBase.)
CanCollapseBranch
Gets a value indicating whether the branch can be collapsed for any of the selected nodes in this GanttChartNodeListViewBase.
(Inherited from GanttChartNodeListViewBase.)
CanDecreaseIndentation
Gets a value indicating whether the indentation for any of the selected nodes in this GanttChartNodeListViewBase can be decreased.
(Inherited from GanttChartNodeListViewBase.)
CanDecreaseTimelinePage
Gets a value indicating whether the timeline page can be decreased the GanttChartNodeListViewBase control.
(Inherited from GanttChartNodeListViewBase.)
CanDelete
Gets a value indicating whether selected items can be deleted from the node list.
(Inherited from GanttChartNodeListViewBase.)
CanExpand
Gets a value indicating whether any of the selected nodes in this GanttChartNodeListViewBase can be expanded.
(Inherited from GanttChartNodeListViewBase.)
CanExpandAll
Gets a value indicating whether any node in this GanttChartNodeListViewBase can be expanded.
(Inherited from GanttChartNodeListViewBase.)
CanExpandBranch
Gets a value indicating whether the branch can be expanded for any of the selected nodes in this GanttChartNodeListViewBase.
(Inherited from GanttChartNodeListViewBase.)
CanIncreaseIndentation
Gets a value indicating whether the indentation for any of the selected nodes in this GanttChartNodeListViewBase can be increased.
(Inherited from GanttChartNodeListViewBase.)
CanIncreaseTimelinePage
Gets a value indicating whether the timeline page can be increased the GanttChartNodeListViewBase control.
(Inherited from GanttChartNodeListViewBase.)
CanInsertNew
Gets a value indicating whether a new item can be inserted to the node list.
(Inherited from GanttChartNodeListViewBase.)
CanLevelResources
Gets a value indicating whether the task resources can be leveled.
CanPrint
Gets a value indicating whether the Gantt Chart node list can be printed.
(Inherited from GanttChartNodeListViewBase.)
Clip (Inherited from UIElement.)
ClipToBounds (Inherited from UIElement.)
CommandBindings (Inherited from UIElement.)
CompletedEffortMemberPath
Gets or sets the path to a TimeSpan value on the source task item to serve as the task completed effort, or null to indicate that the completed effort is not provided by the wrapped object. The completed effort of a parent task will be based on the completed effort values of its children. It is recommended to set this property. This is a dependency property.
(Inherited from TaskGanttChartNodeListViewBase.)
CompletionMemberPath
Gets or sets the path to a Double value on the source task item to serve as the task completion rate, or null to indicate that the completion rate is not provided by the source task item. Task completion rate is computed automatically based on effort and completed effort. This is a dependency property.
(Inherited from TaskGanttChartNodeListViewBase.)
ContentMemberPath
Gets or sets the path to an Object value on the source task item to serve as the task content, or null to indicate that the content is not provided by the source task item. It is recommended to set this property. This is a dependency property.
(Inherited from TaskGanttChartNodeListViewBase.)
ContextMenu (Inherited from FrameworkElement.)
CostMemberPath
Gets or sets the path to a Double value on the source task item to serve as the task cost, or null to indicate that the cost is not provided by the source task item. Task cost can be computed automatically based on duration and assignments. The cost of a parent task will be based on the cost values of its children. However a specific task cost can be set and will be used instead if it is higher than the automatically computed cost. This is a dependency property.
(Inherited from TaskGanttChartNodeListViewBase.)
Count
Gets the count of entities managed by this ItemsControlBase. This is a dependency property.
(Inherited from ItemsControlBase.)
CurrentTimeUpdateInterval
Gets or sets the time interval at which it would be required to automatically update CurrentTime and to refresh the custom vertical bars in the Gantt Chart view of the GanttChartNodeListViewBase control when IsCurrentTimeAutomaticallyUpdated is set to true. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
Cursor (Inherited from FrameworkElement.)
DataContext (Inherited from FrameworkElement.)
DefaultStyleKey (Inherited from FrameworkElement.)
DependencyContextMenu
Gets or sets the context menu to be used for a dependency in the Gantt Chart view of the GanttChartTaskListView control. This is a dependency property.
DependencyLineTemplate
Gets or sets the template to be used to display dependency lines in the Gantt Chart view of the GanttChartTaskListView control. This is a dependency property.
DependencyObjectType (Inherited from DependencyObject.)
DesiredSize (Inherited from UIElement.)
Dispatcher (Inherited from DispatcherObject.)
DisplayedEndTime
Gets the date and time representing the end (right-most actually visible point) of the displayed timeline page view in the GanttChartNodeListViewBase control. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
DisplayedTime
Gets or sets the date and time currently displayed at the scroll bar position in the Gantt Chart view of the GanttChartNodeListViewBase control. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
DurationMemberPath
Gets or sets the path to a TimeSpan value on the source task item to serve as the task duration, or null to indicate that the duration is not provided by the source task item. Task duration is computed automatically based on schedule, start date and time, effort, and assignments. The duration of a parent task will be based on the duration values of its children. This is a dependency property.
(Inherited from TaskGanttChartNodeListViewBase.)
Effect (Inherited from UIElement.)
EffortMemberPath
Gets or sets the path to a TimeSpan value on the source task item to serve as the task effort, or null to indicate that the effort is not provided by the wrapped object. The effort of a parent task will be based on the effort values of its children. It is recommended to set this property. This is a dependency property.
(Inherited from TaskGanttChartNodeListViewBase.)
ElementEffect
Gets or sets the bitmap effect to apply to the elements in the Gantt Chart view of the GanttChartNodeListViewBase control. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
EntityManager
Gets the EntityManager object that is used internally for managing entities displayed by this ItemsControlBase. This is a dependency property.
(Inherited from ItemsControlBase.)
EntityManagerSource
Gets or sets a custom EntityManager object to use internally within this ItemsControlBase. When this property is set to an entity manager instance the control items collection is ignored. This is a dependency property.
(Inherited from ItemsControlBase.)
FinishMemberPath
Gets or sets the path to a DateTime value on the source task item to serve as the task finish date and time, or null to indicate that the finish date and time is not provided by the source task item. Task finish date and time is computed automatically based on schedule, start date and time, effort, and assignments. The finish date and time of a parent task will be based on the finish date and time values of its children. This is a dependency property.
(Inherited from TaskGanttChartNodeListViewBase.)
FlowDirection (Inherited from FrameworkElement.)
Focusable (Inherited from UIElement.)
FocusVisualStyle (Inherited from FrameworkElement.)
FontFamily (Inherited from Control.)
FontSize (Inherited from Control.)
FontStretch (Inherited from Control.)
FontStyle (Inherited from Control.)
FontWeight (Inherited from Control.)
ForceCursor (Inherited from FrameworkElement.)
Foreground (Inherited from Control.)
FromDependencyLineStroke
Gets or sets a Brush that specifies how a from task dependency line is painted in the Gantt Chart view of the GanttChartTaskListView control. This is a dependency property.
FromDependencyLineStrokeThickness
Gets or sets the thickness of a from task dependency line in the Gantt Chart view of the GanttChartTaskListView control. This is a dependency property.
GanttChartView
Gets a reference to the GanttChartView control instance used by the GanttChartTaskListView control.
GanttChartViewBase
Gets a reference to the GanttChartViewBase control instance used by the GanttChartNodeListViewBase control.
(Inherited from GanttChartNodeListViewBase.)
GanttChartViewDisplayMemberPath
Gets or sets a path to a value on the source object to serve as the visual representation of the object in the Gantt Chart view. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
GanttChartViewItemBindingGroup
Gets or sets the BindingGroup that is used for each item in the Gantt Chart view. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
GanttChartViewItemContainerStyle
Gets or sets the Style that is applied to the container for element generated for each item in the Gantt Chart view. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
GanttChartViewItemContainerStyleSelector
Gets or sets custom style selection logic for a style that can be applied to each generated item container element in the Gantt Chart view. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
GanttChartViewItemsPanel
Gets or sets the template that defines the panel that controls the layout of items in the Gantt Chart view. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
GanttChartViewItemStringFormat
Gets or sets a composite string that specifies how to format the items in the Gantt Chart view if they are displayed as strings. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
GanttChartViewItemTemplate
Gets or sets the DataTemplate to be used to display each item in the Gantt Chart view. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
GanttChartViewItemTemplateSelector
Allows the application writer to provide custom logic for choosing a template used to display each item in the Gantt Chart view. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
GanttChartViewWidth
Gets or sets the width of the Gantt Chart view of the GanttChartNodeListViewBase control. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
HandlesScrolling (Inherited from Control.)
HasAnimatedProperties (Inherited from UIElement.)
HasEffectiveKeyboardFocus (Inherited from UIElement.)
HasItems
Gets a value that indicates whether the ItemsControlBase contains items. This is a dependency property.
(Inherited from ItemsControlBase.)
HeaderBackground
Gets or sets a Brush that specifies how the header background is painted in the GanttChartNodeListViewBase control. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
HeaderHeight
Gets or sets the height of the header displayed in the GanttChartNodeListViewBase control. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
Height (Inherited from FrameworkElement.)
HorizontalAlignment (Inherited from FrameworkElement.)
HorizontalContentAlignment (Inherited from Control.)
HourWidth
Gets or sets the width of one timeline hour displayed in the Gantt Chart view of the GanttChartNodeListViewBase control. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
HoverElementEffect
Gets or sets the bitmap effect to apply to the hovered elements in the Gantt Chart view of the GanttChartNodeListViewBase control. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
IndentationMemberPath
Gets or sets the path to an Int32 value on the source task item to serve as the indentation level in the hierarchical collection, or null to indicate that the indentation level is not provided by the source task item. The hierarchy is based on the indentation level values of the tasks, so that a task with a lower index in the collection and having a specific indentation level will become the parent task for the tasks with a higher index in the collection and having an increased indentation level. It is recommended to set this property. This is a dependency property.
(Inherited from TaskGanttChartNodeListViewBase.)
IndexStringMemberPath
Gets or sets the path to a String value on the source task item to serve as a string representation of the index of the task, or null to indicate that the string representation of the index is not provided by the source task item. The index string is automatically computed based on the position of the task in the task collection and is of this form: 1, 2. This is a dependency property.
(Inherited from TaskGanttChartNodeListViewBase.)
InheritanceBehavior (Inherited from FrameworkElement.)
InputBindings (Inherited from UIElement.)
InputScope (Inherited from FrameworkElement.)
IsArrangeValid (Inherited from UIElement.)
IsAsyncPresentationDeferred
Gets (or sets, for inheriters) a value indicating whether the asynchrnous data loading is currently deferred.
(Inherited from ItemsControlBase.)
IsAsyncPresentationDeferredScrollRatio
Gets or sets the scroll ratio for which data loading should be deferred within this GanttChartNodeListViewBase when IsAsyncPresentationEnabled property is set to true. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
IsAsyncPresentationEnabled
Gets or sets a value indicating whether to load managed entities asynchronously within this ItemsControlBase. This is a dependency property.
(Inherited from ItemsControlBase.)
IsAsyncPresentationEnabledMinCount
Gets or sets the initial entity count to load synchronously within this ItemsControlBase before initiating the asynchronous load mode when IsAsyncPresentationEnabled property is set to true. This is a dependency property.
(Inherited from ItemsControlBase.)
IsAsyncPresentationEnabledPageSize
Gets or sets the initial entity count to load synchronously within this ItemsControlBase before initiating the asynchronous load mode when IsAsyncPresentationEnabled property is set to true. This is a dependency property.
(Inherited from ItemsControlBase.)
IsBaselineVisible
Gets or sets a value indicating whether the baseline start and finish values are visible for tasks in the Gantt Chart view of the GanttChartTaskListView control. This is a dependency property.
IsCompletedMemberPath
Gets or sets the path to a Boolean value on the source task item to serve as the task milestone indicator, or null to indicate that the milestone indicator is not provided by the source task item. A completed task has its completed effort value equal to effort. This is a dependency property.
(Inherited from TaskGanttChartNodeListViewBase.)
IsCurrentTimeAutomaticallyUpdated
Gets or sets a value indicating whether to automatically update CurrentTime and to refresh the custom vertical bars in the Gantt Chart view of the GanttChartNodeListViewBase control. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
IsEnabled (Inherited from UIElement.)
IsEnabledCore (Inherited from UIElement.)
IsEntityManagerInternal
Gets a value that indicates whether the current EntityManager is internal.
(Inherited from ItemsControlBase.)
IsExpandedMemberPath
Gets or sets the path to a Boolean value on the source task item to serve as the expansion indicator in the hierarchical collection, or null to indicate that the expansion indicator is not provided by the source task item. If a parent task is expanded its child tasks become visible. If a task node is collapsed its child tasks become invisible. This is a dependency property.
(Inherited from TaskGanttChartNodeListViewBase.)
IsFocused (Inherited from UIElement.)
IsGanttChartViewReadOnly
Gets or sets a value that indicates whether the Gantt Chart view control is read-only to a user interacting with it. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
IsHitTestVisible (Inherited from UIElement.)
IsInitialized (Inherited from FrameworkElement.)
IsInputMethodEnabled (Inherited from UIElement.)
IsItemAppearanceApplied
Gets or sets a value indicating whether to apply specific attached appearance values if they are set for specific items in the Gantt Chart view of the GanttChartNodeListViewBase control. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
IsItemHeightSynchronizationApplied
Gets or sets a value that indicates whether the item height is synchronized between the Gantt Chart and the node list in the GanttChartNodeListViewBase control. This setting is applied during control initialization and should not be updated after ApplyTemplate is called. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
IsItemsControlHostInitialized
Gets a value indicating whether the control is initialized and the ItemsControl host is available.
(Inherited from ItemsControlBase.)
IsItemToolTipEnabled
Gets or sets a value indicating whether the item content tool tip is enabled in the Gantt Chart view of the GanttChartNodeListViewBase control. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
IsItemVisibilityApplied
Gets or sets a value indicating whether to apply specific attached visibility values if they are set for specific items in the Gantt Chart view of the GanttChartNodeListViewBase control. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
IsKeyboardFocused (Inherited from UIElement.)
IsKeyboardFocusWithin (Inherited from UIElement.)
IsLoaded (Inherited from FrameworkElement.)
IsLoadingEntities
Gets a value indicating whether the control is currently loading entities (asynchronously). This is a dependency property.
(Inherited from ItemsControlBase.)
IsManipulationEnabled (Inherited from UIElement.)
IsMeasureValid (Inherited from UIElement.)
IsMilestoneMemberPath
Gets or sets the path to a Boolean value on the source task item to serve as the task milestone indicator, or null to indicate that the milestone indicator is not provided by the source task item. A milestone task has its effort value set to zero. This is a dependency property.
(Inherited from TaskGanttChartNodeListViewBase.)
IsMouseCaptured (Inherited from UIElement.)
IsMouseCaptureWithin (Inherited from UIElement.)
IsMouseDirectlyOver (Inherited from UIElement.)
IsMouseOver (Inherited from UIElement.)
IsNodeExpansionReadOnly
Gets or sets a value indicating whether the node expansion state is read-only in the node list view of the GanttChartNodeListViewBase control so that the user cannot update it using the keyboard or mouse or by executing specific commands. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
IsNodeIndentationReadOnly
Gets or sets a value indicating whether the node indentation is read-only in the node list view of the GanttChartNodeListViewBase control so that the user cannot update it using the keyboard or by executing specific commands. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
IsNodeListViewItemCollectionReadOnly
Gets or sets a value indicating whether the node list is read-only in the node list view of the GanttChartNodeListViewBase control so that the user cannot update it using the keyboard or by executing specific commands. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
IsNodeListViewItemDataReadOnly
Gets or sets a value indicating whether the node data is read-only in the node list view of the GanttChartNodeListViewBase control so that the user cannot update it using the keyboard or mouse. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
IsNodeListViewReadOnly
Gets or sets a value that indicates whether the node list view control is read-only to a user interacting with it. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
IsReadOnly
Gets or sets a value that indicates whether the control is read-only to a user interacting with it. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
IsSealed (Inherited from DependencyObject.)
IsStylusCaptured (Inherited from UIElement.)
IsStylusCaptureWithin (Inherited from UIElement.)
IsStylusDirectlyOver (Inherited from UIElement.)
IsStylusOver (Inherited from UIElement.)
IsSynchronizedWithCurrentItem
Gets or sets a value that indicates whether a GanttChartNodeListViewBase should keep the SelectedItem synchronized with the current item in the Items property. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
IsTabStop (Inherited from Control.)
IsTaskCompletedDurationReadOnly
Gets or sets a value indicating whether the task completed duration is read-only in the Gantt Chart view of the GanttChartTaskListView control so that the user cannot update it using drag and drop operations. This is a dependency property.
IsTaskCompletedEffortVisible
Gets or sets a value indicating whether the completed effort is visible for tasks in the Gantt Chart view of the GanttChartTaskListView control. This is a dependency property.
IsTaskDurationReadOnly
Gets or sets a value indicating whether the task duration is read-only in the Gantt Chart view of the GanttChartTaskListView control so that the user cannot update it using drag and drop operations. This is a dependency property.
IsTaskStartReadOnly
Gets or sets a value indicating whether the task start date and time is read-only in the Gantt Chart view of the GanttChartTaskListView control so that the user cannot update it using drag and drop operations. This is a dependency property.
IsTextSearchCaseSensitive
Gets or sets a value that indicates whether case is a condition when searching for items. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
IsTextSearchEnabled
Gets or sets a value that indicates whether TextSearch is enabled on the GanttChartNodeListViewBase instance. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
IsTimelinePageReadOnly
Gets or sets a value indicating whether the timeline page is read-only in the GanttChartNodeListViewBase control so that the user cannot update it using the increase and decrease timeline page scroll bar buttons or by executing specific commands. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
IsVirtualizing
Gets or sets a value that indicates whether the Gantt Chart view of the control is using virtualization, displaying the user interface only for the items within the scroll view. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
IsVisible (Inherited from UIElement.)
Item
Gets the task in the TaskGanttChartNodeListViewBase that wraps the specified item.
(Inherited from TaskGanttChartNodeListViewBase.)
ItemBackground
Gets or sets a Brush that specifies how the background of an node item is painted in the GanttChartNodeListViewBase control. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
ItemBorderBrush
Gets or sets a Brush that specifies how the border of an node item is painted in the GanttChartNodeListViewBase control. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
ItemBorderThickness
Gets or sets a the thickness of the border of an node item in the GanttChartNodeListViewBase control. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
ItemContextMenu
Gets or sets the context menu to be used for an node in the Gantt Chart view of the GanttChartNodeListViewBase control. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
ItemHeight
Gets or sets a value that specifies the height of an item row in the GanttChartNodeListViewBase control. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
Items
Gets the collection used to generate the content of this ItemsControlBase.
(Inherited from ItemsControlBase.)
ItemsControlHost
Gets the ItemsControl host template part used internally by this ItemsControlBase.
(Inherited from ItemsControlBase.)
ItemsSource
Gets or sets a collection of items used to generate the content of this ItemsControlBase. This is a dependency property.
(Inherited from ItemsControlBase.)
Language (Inherited from FrameworkElement.)
LayoutTransform (Inherited from FrameworkElement.)
LeafCount
Gets the count of leaf nodes managed by this GanttChartNodeListViewBase. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
LeafNodes
Gets the leaf nodes managed by this GanttChartNodeListViewBase. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
LeafTasks
Enumerates the leaf tasks managed by this TaskGanttChartNodeListViewBase. The dependency property is LeafNodes.
(Inherited from TaskGanttChartNodeListViewBase.)
LoadedEntities
Gets the entities that are currently loaded within this ItemsControlBase. This is a dependency property.
(Inherited from ItemsControlBase.)
LoadedEntitiesSource
Gets or sets the overriding source collection for loaded entities that would be displayed in the items control host of the control. This is a dependency property.
(Inherited from ItemsControlBase.)
LogicalChildren (Inherited from FrameworkElement.)
ManagedAssignableResources
Gets the assignable resource collection managed by this TaskGanttChartNodeListViewBase. This is a dependency property.
(Inherited from TaskGanttChartNodeListViewBase.)
ManagedEntities
Gets the entity collection managed by this ItemsControlBase. This is a dependency property.
(Inherited from ItemsControlBase.)
ManagedNodes
Gets the node collection managed by this GanttChartNodeListViewBase. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
ManagedTasks
Gets the task collection managed by this TaskGanttChartNodeListViewBase. This is a dependency property.
(Inherited from TaskGanttChartNodeListViewBase.)
Margin (Inherited from FrameworkElement.)
MaxDayDisplayFinish
Gets or sets the maximum finish time of day to be used for displaying non working day hours in the Gantt Chart view of the GanttChartNodeListViewBase control. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
MaxFinishMemberPath
Gets or sets the path to a nullable DateTime value on the source task item to serve as the task maximum finish date and time, or null to indicate that the maximum finish date and time is not provided by the source task item. This is a dependency property.
(Inherited from TaskGanttChartNodeListViewBase.)
MaxGanttChartViewWidth
Gets or sets the maximum width of the Gantt Chart view of the GanttChartNodeListViewBase control. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
MaxHeaderHeight
Gets or sets the maximum height of the header displayed in the GanttChartNodeListViewBase control. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
MaxHeight (Inherited from FrameworkElement.)
MaxNodeListViewWidth
Gets or sets the maximum width of the node list view of the GanttChartNodeListViewBase control. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
MaxStartMemberPath
Gets or sets the path to a nullable DateTime value on the source task item to serve as the task maximum start date and time, or null to indicate that the maximum start date and time is not provided by the source task item. This is a dependency property.
(Inherited from TaskGanttChartNodeListViewBase.)
MaxWidth (Inherited from FrameworkElement.)
MilestoneAssignmentsTemplate
Gets or sets the data template to be used to display the assignments string of a milestone task in the Gantt Chart view. This is a dependency property.
MilestoneBarFill
Gets or sets a Brush that specifies how the interior of a milestone task bar is painted in the Gantt Chart view of the GanttChartTaskListView control. This is a dependency property.
MilestoneBarStroke
Gets or sets a Brush that specifies how a milestone task bar's outline is painted in the Gantt Chart view of the GanttChartTaskListView control. This is a dependency property.
MilestoneBarStrokeThickness
Gets or sets the thickness of a milestone task bar's outline in the Gantt Chart view of the GanttChartTaskListView control. This is a dependency property.
MilestoneTaskExtraElementsPositioning
Gets or sets the TaskExtraElementsPositioning to be used to display the dependencies of a task in the Gantt Chart view if it is a milestone task. This is a dependency property.
MilestoneTaskTemplate
Gets or sets the data template to be used to display a task in the Gantt Chart view if it is a milestone (has its effort value set to zero). This is a dependency property.
MinDayDisplayStart
Gets or sets the minimum start time of day to be used for displaying non working day hours in the Gantt Chart view of the GanttChartNodeListViewBase control. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
MinFinishMemberPath
Gets or sets the path to a nullable DateTime value on the source task item to serve as the task minimum finish date and time, or null to indicate that the minimum finish date and time is not provided by the source task item. This is a dependency property.
(Inherited from TaskGanttChartNodeListViewBase.)
MinGanttChartViewWidth
Gets or sets the minimum width of the Gantt Chart view of the GanttChartNodeListViewBase control. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
MinHeaderHeight
Gets or sets the minimum height of the header displayed in the GanttChartNodeListViewBase control. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
MinHeight (Inherited from FrameworkElement.)
MinNodeListViewWidth
Gets or sets the minimum width of the node list view of the GanttChartNodeListViewBase control. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
MinStartMemberPath
Gets or sets the path to a nullable DateTime value on the source task item to serve as the task minimum start date and time, or null to indicate that the minimum start date and time is not provided by the source task item. This is a dependency property.
(Inherited from TaskGanttChartNodeListViewBase.)
MinWidth (Inherited from FrameworkElement.)
Name (Inherited from FrameworkElement.)
NodeListViewBase
Gets a reference to the NodeListViewBase control instance used by the GanttChartNodeListViewBase control.
(Inherited from GanttChartNodeListViewBase.)
NodeListViewDisplayMemberPath
Gets or sets a path to a value on the source object to serve as the visual representation of the object in the node list view. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
NodeListViewItemBindingGroup
Gets or sets the BindingGroup that is used for each item in the node list view. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
NodeListViewItemContainerStyle
Gets or sets the Style that is applied to the container for element generated for each item in the node list view. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
NodeListViewItemContainerStyleSelector
Gets or sets custom style selection logic for a style that can be applied to each generated item container element in the node list view. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
NodeListViewItemsPanel
Gets or sets the template that defines the panel that controls the layout of items in the node list view. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
NodeListViewItemStringFormat
Gets or sets a composite string that specifies how to format the items in the node list view if they are displayed as strings. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
NodeListViewItemTemplate
Gets or sets the DataTemplate to be used to display each item in the node list view. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
NodeListViewItemTemplateSelector
Allows the application writer to provide custom logic for choosing a template used to display each item in the node list view. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
NodeListViewWidth
Gets or sets the width of the node list view of the GanttChartNodeListViewBase control. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
NodeManager
Gets the NodeManager object that is used internally for managing nodes displayed by this GanttChartNodeListViewBase. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
NodeManagerSource
Gets or sets a custom NodeManager object to use internally within this GanttChartNodeListViewBase. When this property is set to a node manager instance the control items collection and the associated data member properties are ignored. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
NonworkingDayDisplayFinish
Gets or sets the default finish time of day to be used for displaying nonworking days in the Gantt Chart view of the GanttChartNodeListViewBase control. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
NonworkingDayDisplayStart
Gets or sets the default start time of day to be used for displaying nonworking days in the Gantt Chart view of the GanttChartNodeListViewBase control. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
NonworkingTimeBackground
Gets or sets a Brush that specifies how the nonworking time is painted in the Gantt Chart view of the GanttChartNodeListViewBase control. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
Opacity (Inherited from UIElement.)
OpacityMask (Inherited from UIElement.)
OverallCompletedEffort
Gets the overall completed effort of the tasks managed by this TaskGanttChartNodeListViewBase. This is a dependency property.
(Inherited from TaskGanttChartNodeListViewBase.)
OverallCompletion
Gets the overall completion percent of the tasks managed by this TaskGanttChartNodeListViewBase. This is a dependency property.
(Inherited from TaskGanttChartNodeListViewBase.)
OverallCost
Gets the overall cost of the tasks managed by this TaskGanttChartNodeListViewBase. This is a dependency property.
(Inherited from TaskGanttChartNodeListViewBase.)
OverallEffort
Gets the overall effort of the tasks managed by this TaskGanttChartNodeListViewBase. This is a dependency property.
(Inherited from TaskGanttChartNodeListViewBase.)
OverallFinish
Gets the overall finish date and time of the tasks managed by this TaskGanttChartNodeListViewBase. This is a dependency property.
(Inherited from TaskGanttChartNodeListViewBase.)
OverallIsCompleted
Gets a value indicating whether all the tasks managed by this TaskGanttChartNodeListViewBase are completed. This is a dependency property.
(Inherited from TaskGanttChartNodeListViewBase.)
OverallStart
Gets the overall start date and time of the tasks managed by this TaskGanttChartNodeListViewBase. This is a dependency property.
(Inherited from TaskGanttChartNodeListViewBase.)
OverridesDefaultStyle (Inherited from FrameworkElement.)
Padding (Inherited from Control.)
Parent (Inherited from FrameworkElement.)
PersistId Obsolete. (Inherited from UIElement.)
PredecessorDependencyTypeMemberPath
Gets or sets the path to a DependencyType value on a source task predecessor item to serve as the predecessor dependency type, or null to indicate that the dependency type is not provided by the source task predecessor item. Predecessor dependency type indicates how the current task depends on the predecessor task. This is a dependency property.
(Inherited from TaskGanttChartNodeListViewBase.)
PredecessorLagMemberPath
Gets or sets the path to a TimeSpan value on a source task predecessor item to serve as the predecessor lag, or null to indicate that the lag is not provided by the source task predecessor item. Predecessor lag indicates when the current task depends on the predecessor task. If lag is zero the dependency is applied at the appropriate time. If lag is positive the dependency is applied so that there will be an exclusion interval between the tasks. If lag is negative the dependency is applied so that there will be an intersection interval between the tasks. This is a dependency property.
(Inherited from TaskGanttChartNodeListViewBase.)
PredecessorsMemberPath
Gets or sets the path to to an IEnumerable value on the source task item to serve as the task predecessor item collection, or null to indicate that the predecessor item collection is not provided by the source task item. The predecessor item collection is used to indicate dependencies between tasks. You can use a collection of PredecessorItem objects as the task predecessor item collection. This is a dependency property.
(Inherited from TaskGanttChartNodeListViewBase.)
PredecessorsStringMemberPath
Gets or sets the path to a String value on the source task item to serve as a string representation of the task predecessor item collection, or null to indicate that the string representation of the predecessor item collection is not provided by the source task item. The predecessors string is of this form: 1, 2SS, 3FF+2. This is a dependency property.
(Inherited from TaskGanttChartNodeListViewBase.)
PredecessorTaskItemMemberPath
Gets or sets the path to an Object value on a source task predecessor item to serve as the predecessor task item, or null to indicate that the task item is not provided by the source task predecessor item. You can use a TaskItem object as the predecessor task item. This is a dependency property.
(Inherited from TaskGanttChartNodeListViewBase.)
RenderSize (Inherited from UIElement.)
RenderTransform (Inherited from UIElement.)
RenderTransformOrigin (Inherited from UIElement.)
ResourceContentMemberPath
Gets or sets the path to an Object value on a source resource item to serve as the resource content, or null to indicate that the content is not provided by the source resource item. It is recommended to set this property. This is a dependency property.
(Inherited from TaskGanttChartNodeListViewBase.)
ResourceCostPerHourMemberPath
Gets or sets the path to a Double value on a source resource item to serve as the resource cost per hour, or null to indicate that the cost per hour is not provided by the source resource item. The resource cost per hour is applied when computing a task cost, proportionally for each assignment, considering the task duration and the assigned allocation units. This is a dependency property.
(Inherited from TaskGanttChartNodeListViewBase.)
ResourceCostPerUsageMemberPath
Gets or sets the path to a Double value on a source resource item to serve as the resource cost per usage, or null to indicate that the cost per usage is not provided by the source resource item. The resource cost per usage is applied when computing a task cost, one time for each assignment, without considering the task duration or the assigned allocation units. This is a dependency property.
(Inherited from TaskGanttChartNodeListViewBase.)
Resources (Inherited from FrameworkElement.)
ResourceScheduleMemberPath
Gets or sets the path to a Schedule value on a source resource item to serve as the resource schedule, or null to indicate that the schedule is not provided by the source resource item. The resource schedule indicates the time intervals of a day that the resource can use as work time for achieving completion of a task, restricting the task schedule further. If the resource schedule is not set it means that the resource can use any time interval as work time, and the task schedule is not restricted. This is a dependency property.
(Inherited from TaskGanttChartNodeListViewBase.)
RootCount
Gets the count of root nodes managed by this GanttChartNodeListViewBase. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
RootNodes
Gets the root nodes managed by this GanttChartNodeListViewBase. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
RootTasks
Enumerates the root tasks managed by this TaskGanttChartNodeListViewBase. The dependency property is RootNodes.
(Inherited from TaskGanttChartNodeListViewBase.)
Scales
Gets or sets the scales displayed in the Gantt Chart view of the GanttChartNodeListViewBase control. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
Schedule
Gets or sets the schedule used to display the timeline in the GanttChartNodeListViewBase control. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
ScheduleMemberPath
Gets or sets the path to a Schedule value on the source task item to serve as the task schedule, or null to indicate that the schedule is not provided by the source task item. The task schedule indicates the time intervals of a day that can be used as work time for achieving completion of the task. If a child task schedule is not set, the parent task schedule is used. If a root task schedule is not set the value of the Schedule property of the TaskGanttChartNodeListViewBase control is used. This is a dependency property.
(Inherited from TaskGanttChartNodeListViewBase.)
SelectedEntities
Gets the currently selected entities. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
SelectedEntity
Gets or sets the first entity in the current selection or returns null if the selection is empty. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
SelectedIndex
Gets or sets the index of the first item in the current selection or returns negative one (-1) if the selection is empty. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
SelectedItem
Gets or sets the first item in the current selection or returns null if the selection is empty. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
SelectedItems
Gets the currently selected items. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
SelectedNode
Gets or sets the first node in the current selection or returns null if the selection is empty. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
SelectedNodes
Gets the currently selected nodes. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
SelectedTask
Gets or sets the first task in the current selection or returns null if the selection is empty. This is a dependency property.
(Inherited from TaskGanttChartNodeListViewBase.)
SelectedTasks
Gets the currently selected tasks. This is a dependency property.
(Inherited from TaskGanttChartNodeListViewBase.)
SelectedValue
Gets the value of the SelectedItem, obtained by using SelectedValuePath. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
SelectedValuePath
Gets or sets a value that indicates the path used to get the SelectedValue from the SelectedItem. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
SelectionMode
Gets or sets the selection behavior for a GanttChartNodeListViewBase. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
SnapsToDevicePixels (Inherited from UIElement.)
StandardAssignmentsTemplate
Gets or sets the data template to be used to display the assignments string of a standard task in the Gantt Chart view. This is a dependency property.
StandardBackgroundBarFill
Gets or sets a Brush that specifies how the interior of a standard task background bar is painted in the Gantt Chart view of the GanttChartTaskListView control. This is a dependency property.
StandardBackgroundBarStroke
Gets or sets a Brush that specifies how a standard task background bar's outline is painted in the Gantt Chart view of the GanttChartTaskListView control. This is a dependency property.
StandardBarCornerRadius
Gets or sets the radius of the ellipse that is used to round the corners of a standard task bar in the Gantt Chart view of the GanttChartTaskListView control. This is a dependency property.
StandardBarFill
Gets or sets a Brush that specifies how the interior of a standard task bar is painted in the Gantt Chart view of the GanttChartTaskListView control. This is a dependency property.
StandardBarStroke
Gets or sets a Brush that specifies how a standard task bar's outline is painted in the Gantt Chart view of the GanttChartTaskListView control. This is a dependency property.
StandardBarStrokeThickness
Gets or sets the thickness of a standard task bar's outline in the Gantt Chart view of the GanttChartTaskListView control. This is a dependency property.
StandardCompletedBarCornerRadius
Gets or sets the radius of the ellipse that is used to round the corners of a standard task completed bar in the Gantt Chart view of the GanttChartTaskListView control. This is a dependency property.
StandardCompletedBarFill
Gets or sets a Brush that specifies how the interior of a standard task completed bar is painted in the Gantt Chart view of the GanttChartTaskListView control. This is a dependency property.
StandardCompletedBarStroke
Gets or sets a Brush that specifies how a standard task completed bar's outline is painted in the Gantt Chart view of the GanttChartTaskListView control. This is a dependency property.
StandardCompletedBarStrokeThickness
Gets or sets the thickness of a standard task completed bar's outline in the Gantt Chart view of the GanttChartTaskListView control. This is a dependency property.
StandardTaskExtraElementsPositioning
Gets or sets the TaskExtraElementsPositioning to be used to display the dependencies of a task in the Gantt Chart view if it is a standard task. This is a dependency property.
StandardTaskTemplate
Gets or sets the data template to be used to display a task in the Gantt Chart view if it is a standard task. This is a dependency property.
StartMemberPath
Gets or sets the path to a DateTime value on the source task item to serve as the task start date and time, or null to indicate that the start date and time is not provided by the source task item. The start date and time of a parent task will be based on the start date and time values of its children. It is recommended to set this property. This is a dependency property.
(Inherited from TaskGanttChartNodeListViewBase.)
Style (Inherited from FrameworkElement.)
StylusPlugIns (Inherited from UIElement.)
SummaryAssignmentsTemplate
Gets or sets the data template to be used to display the assignments string of a summary task in the Gantt Chart view. This is a dependency property.
SummaryBarFill
Gets or sets a Brush that specifies how the interior of a summary task bar is painted in the Gantt Chart view of the GanttChartTaskListView control. This is a dependency property.
SummaryBarStroke
Gets or sets a Brush that specifies how a summary task bar's outline is painted in the Gantt Chart view of the GanttChartTaskListView control. This is a dependency property.
SummaryBarStrokeThickness
Gets or sets the thickness of a summary task bar's outline in the Gantt Chart view of the GanttChartTaskListView control. This is a dependency property.
SummaryTaskExtraElementsPositioning
Gets or sets the TaskExtraElementsPositioning to be used to display the dependencies of a task in the Gantt Chart view if it is a summary task. This is a dependency property.
SummaryTaskTemplate
Gets or sets the data template to be used to display a task in the Gantt Chart view if it is a summary task (has child tasks). This is a dependency property.
TabIndex (Inherited from Control.)
Tag (Inherited from FrameworkElement.)
TaskListView
Gets a reference to the TaskListView control instance used by the GanttChartTaskListView control.
TaskManager
Gets the TaskManager object that is used internally for managing tasks displayed by this TaskGanttChartNodeListViewBase. This is a dependency property.
(Inherited from TaskGanttChartNodeListViewBase.)
TaskManagerSource
Gets or sets a custom TaskManager object to use internally within this TaskGanttChartNodeListViewBase. When this property is set to a task manager instance the control items collection and the associated data member properties are ignored. This is a dependency property.
(Inherited from TaskGanttChartNodeListViewBase.)
Template (Inherited from Control.)
TemplatedParent (Inherited from FrameworkElement.)
TimelinePageDuration
Gets or sets the duration of the scrollable timeline page of the GanttChartNodeListViewBase control. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
TimelinePageFinish
Gets or sets the finish date and time of the scrollable timeline page of the GanttChartNodeListViewBase control. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
TimelinePageStart
Gets or sets the start date and time of the scrollable timeline page of the GanttChartNodeListViewBase control. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
TimelinePageUpdateAmount
Gets or sets the time amount to update the horizontal scroll bar using the extra scroll bar buttons of the GanttChartEntityListViewBase control. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
ToDependencyLineStroke
Gets or sets a Brush that specifies how a to task dependency line is painted in the Gantt Chart view of the GanttChartTaskListView control. This is a dependency property.
ToDependencyLineStrokeThickness
Gets or sets the thickness of a to task dependency line in the GanttChartTaskListView control. This is a dependency property.
ToolTip (Inherited from FrameworkElement.)
TouchesCaptured (Inherited from UIElement.)
TouchesCapturedWithin (Inherited from UIElement.)
TouchesDirectlyOver (Inherited from UIElement.)
TouchesOver (Inherited from UIElement.)
Triggers (Inherited from FrameworkElement.)
Uid (Inherited from UIElement.)
UpdateScale
Gets or sets the update scale to be used for setting date and times during drag and drop operations in the Gantt Chart view of the GanttChartNodeListViewBase control. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
UseLayoutRounding (Inherited from FrameworkElement.)
VerticalAlignment (Inherited from FrameworkElement.)
VerticalBarProviders
Gets or sets the vertical bar providers displayed in the Gantt Chart view of the GanttChartNodeListViewBase control. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
VerticalContentAlignment (Inherited from Control.)
View
Gets or sets an object that defines how the data is styled and organized in a GanttChartNodeListViewBase control. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
Visibility (Inherited from UIElement.)
VisibilityFilter
Gets or sets the visibility filter to apply on the managed entities.
(Inherited from ItemsControlBase.)
VisualBitmapEffect Obsolete. (Inherited from Visual.)
VisualBitmapEffectInput Obsolete. (Inherited from Visual.)
VisualBitmapScalingMode (Inherited from Visual.)
VisualCacheMode (Inherited from Visual.)
VisualChildrenCount (Inherited from FrameworkElement.)
VisualClearTypeHint (Inherited from Visual.)
VisualClip (Inherited from Visual.)
VisualEdgeMode (Inherited from Visual.)
VisualEffect (Inherited from Visual.)
VisualOffset (Inherited from Visual.)
VisualOpacity (Inherited from Visual.)
VisualOpacityMask (Inherited from Visual.)
VisualParent (Inherited from Visual.)
VisualScrollableAreaClip (Inherited from Visual.)
VisualTextHintingMode (Inherited from Visual.)
VisualTextRenderingMode (Inherited from Visual.)
VisualTransform (Inherited from Visual.)
VisualXSnappingGuidelines (Inherited from Visual.)
VisualYSnappingGuidelines (Inherited from Visual.)
Width (Inherited from FrameworkElement.)
WorkingTimeBackground
Gets or sets a Brush that specifies how the working time is painted in the Gantt Chart view of the GanttChartNodeListViewBase control. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)
WorkTimeIntervals
Gets a collection of time intervals that are displayed by this GanttChartNodeListViewBase. This is a dependency property.
(Inherited from GanttChartNodeListViewBase.)

Events

  NameDescription
ContextMenuClosing (Inherited from FrameworkElement.)
ContextMenuOpening (Inherited from FrameworkElement.)
DataContextChanged (Inherited from FrameworkElement.)
Deleting
Occurs when items are to be deleted from the collection by calling Delete method to allow the event handlers to cancel the operation if needed.
(Inherited from GanttChartNodeListViewBase.)
DragEnter (Inherited from UIElement.)
DragLeave (Inherited from UIElement.)
DragOver (Inherited from UIElement.)
Drop (Inherited from UIElement.)
EntityActivated
Occurs when an entity is activated in the GanttChartNodeListViewBase control.
(Inherited from GanttChartNodeListViewBase.)
FocusableChanged (Inherited from UIElement.)
GiveFeedback (Inherited from UIElement.)
GotFocus (Inherited from UIElement.)
GotKeyboardFocus (Inherited from UIElement.)
GotMouseCapture (Inherited from UIElement.)
GotStylusCapture (Inherited from UIElement.)
GotTouchCapture (Inherited from UIElement.)
Initialized (Inherited from FrameworkElement.)
IsAsyncPresentationDeferredChanged
Occurs when IsAsyncPresentationDeferred value is changed.
(Inherited from ItemsControlBase.)
IsEnabledChanged (Inherited from UIElement.)
IsHitTestVisibleChanged (Inherited from UIElement.)
IsKeyboardFocusedChanged (Inherited from UIElement.)
IsKeyboardFocusWithinChanged (Inherited from UIElement.)
IsMouseCapturedChanged (Inherited from UIElement.)
IsMouseCaptureWithinChanged (Inherited from UIElement.)
IsMouseDirectlyOverChanged (Inherited from UIElement.)
IsStylusCapturedChanged (Inherited from UIElement.)
IsStylusCaptureWithinChanged (Inherited from UIElement.)
IsStylusDirectlyOverChanged (Inherited from UIElement.)
IsVisibleChanged (Inherited from UIElement.)
KeyDown (Inherited from UIElement.)
KeyUp (Inherited from UIElement.)
LayoutUpdated (Inherited from UIElement.)
Loaded (Inherited from FrameworkElement.)
LostFocus (Inherited from UIElement.)
LostKeyboardFocus (Inherited from UIElement.)
LostMouseCapture (Inherited from UIElement.)
LostStylusCapture (Inherited from UIElement.)
LostTouchCapture (Inherited from UIElement.)
ManipulationBoundaryFeedback (Inherited from UIElement.)
ManipulationCompleted (Inherited from UIElement.)
ManipulationDelta (Inherited from UIElement.)
ManipulationInertiaStarting (Inherited from UIElement.)
ManipulationStarted (Inherited from UIElement.)
ManipulationStarting (Inherited from UIElement.)
MouseDoubleClick (Inherited from Control.)
MouseDown (Inherited from UIElement.)
MouseEnter (Inherited from UIElement.)
MouseLeave (Inherited from UIElement.)
MouseLeftButtonDown (Inherited from UIElement.)
MouseLeftButtonUp (Inherited from UIElement.)
MouseMove (Inherited from UIElement.)
MouseRightButtonDown (Inherited from UIElement.)
MouseRightButtonUp (Inherited from UIElement.)
MouseUp (Inherited from UIElement.)
MouseWheel (Inherited from UIElement.)
NewPredecessor
Occurs when a new predecessor is created in the predecessor collection of a task to allow the event handlers to create their own predecessor type. The values stored in the Parameters collection of the NewItemEventArgs class indicate: predecessor task, dependency type, and lag.
NewTask
Occurs when a new task is created in the collection by calling InsertNew method to allow the event handlers to create their own task type. The values stored in the Parameters collection of the NewItemEventArgs class indicate: task content, indentation, expansion status, schedule, start date and time, effort, completed effort, and assignments.
NodeActivated
Occurs when a node is activated in the GanttChartNodeListViewBase control.
(Inherited from GanttChartNodeListViewBase.)
PredecessorActivated
Occurs when a predecessor is activated in the GanttChartTaskListView control.
PreviewDragEnter (Inherited from UIElement.)
PreviewDragLeave (Inherited from UIElement.)
PreviewDragOver (Inherited from UIElement.)
PreviewDrop (Inherited from UIElement.)
PreviewGiveFeedback (Inherited from UIElement.)
PreviewGotKeyboardFocus (Inherited from UIElement.)
PreviewKeyDown (Inherited from UIElement.)
PreviewKeyUp (Inherited from UIElement.)
PreviewLostKeyboardFocus (Inherited from UIElement.)
PreviewMouseDoubleClick (Inherited from Control.)
PreviewMouseDown (Inherited from UIElement.)
PreviewMouseLeftButtonDown (Inherited from UIElement.)
PreviewMouseLeftButtonUp (Inherited from UIElement.)
PreviewMouseMove (Inherited from UIElement.)
PreviewMouseRightButtonDown (Inherited from UIElement.)
PreviewMouseRightButtonUp (Inherited from UIElement.)
PreviewMouseUp (Inherited from UIElement.)
PreviewMouseWheel (Inherited from UIElement.)
PreviewQueryContinueDrag (Inherited from UIElement.)
PreviewStylusButtonDown (Inherited from UIElement.)
PreviewStylusButtonUp (Inherited from UIElement.)
PreviewStylusDown (Inherited from UIElement.)
PreviewStylusInAirMove (Inherited from UIElement.)
PreviewStylusInRange (Inherited from UIElement.)
PreviewStylusMove (Inherited from UIElement.)
PreviewStylusOutOfRange (Inherited from UIElement.)
PreviewStylusSystemGesture (Inherited from UIElement.)
PreviewStylusUp (Inherited from UIElement.)
PreviewTextInput (Inherited from UIElement.)
PreviewTouchDown (Inherited from UIElement.)
PreviewTouchMove (Inherited from UIElement.)
PreviewTouchUp (Inherited from UIElement.)
QueryContinueDrag (Inherited from UIElement.)
QueryCursor (Inherited from UIElement.)
RequestBringIntoView (Inherited from FrameworkElement.)
SelectionChanged
Occurs when the selection of a GanttChartNodeListViewBase changes.
(Inherited from GanttChartNodeListViewBase.)
SizeChanged (Inherited from FrameworkElement.)
SourceUpdated (Inherited from FrameworkElement.)
StylusButtonDown (Inherited from UIElement.)
StylusButtonUp (Inherited from UIElement.)
StylusDown (Inherited from UIElement.)
StylusEnter (Inherited from UIElement.)
StylusInAirMove (Inherited from UIElement.)
StylusInRange (Inherited from UIElement.)
StylusLeave (Inherited from UIElement.)
StylusMove (Inherited from UIElement.)
StylusOutOfRange (Inherited from UIElement.)
StylusSystemGesture (Inherited from UIElement.)
StylusUp (Inherited from UIElement.)
TargetUpdated (Inherited from FrameworkElement.)
TaskActivated
Occurs when a task is activated in the TaskGanttChartNodeListViewBase control.
(Inherited from TaskGanttChartNodeListViewBase.)
TextInput (Inherited from UIElement.)
TimelinePageChanged
Occurs when the SetTimelinePage method is invoked.
(Inherited from GanttChartNodeListViewBase.)
ToolTipClosing (Inherited from FrameworkElement.)
ToolTipOpening (Inherited from FrameworkElement.)
TouchDown (Inherited from UIElement.)
TouchEnter (Inherited from UIElement.)
TouchLeave (Inherited from UIElement.)
TouchMove (Inherited from UIElement.)
TouchUp (Inherited from UIElement.)
Unloaded (Inherited from FrameworkElement.)

Explicit Interface Implementations

See Also