The GanttChartViewItem type exposes the following members.
Constructors
Name | Description | |
---|---|---|
GanttChartViewItem |
Methods
Fields
Name | Description | |
---|---|---|
AssignmentsProperty |
Identifies the Assignments dependency property.
| |
AssignmentsStringProperty |
Identifies the AssignmentsString dependency property.
| |
CompletedEffortProperty |
Identifies the CompletedEffort dependency property.
| |
CompletionProperty |
Identifies the Completion dependency property.
| |
CostProperty |
Identifies the Cost dependency property.
| |
DurationProperty |
Identifies the Duration dependency property.
| |
EffortProperty |
Identifies the Effort dependency property.
| |
FinishProperty |
Identifies the Finish dependency property.
| |
IndentationProperty |
Identifies the Indentation dependency property.
| |
IndexStringProperty |
Identifies the IndexString dependency property.
| |
IsCompletedProperty |
Identifies the IsCompleted dependency property.
| |
IsExpandedProperty |
Identifies the IsExpanded dependency property.
| |
IsMilestoneProperty |
Identifies the IsMilestone dependency property.
| |
PredecessorsProperty |
Identifies the Predecessors dependency property.
| |
PredecessorsStringProperty |
Identifies the PredecessorsString dependency property.
| |
ScheduleProperty |
Identifies the Schedule dependency property.
| |
StartProperty |
Identifies the Start dependency property.
|
Properties
Name | Description | |
---|---|---|
ActualHeight | (Inherited from FrameworkElement.) | |
ActualWidth | (Inherited from FrameworkElement.) | |
AllowDrop | (Inherited from UIElement.) | |
AreAnyTouchesCaptured | (Inherited from UIElement.) | |
AreAnyTouchesCapturedWithin | (Inherited from UIElement.) | |
AreAnyTouchesDirectlyOver | (Inherited from UIElement.) | |
AreAnyTouchesOver | (Inherited from UIElement.) | |
Assignments |
Gets or sets the assignment item collection of this GanttChartViewItem.
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.
| |
AssignmentsString |
Gets or sets a string representation of the predecessor collection of this GanttChartViewItem.
The assignments string is of this form: John, Diane [80%].
This is a dependency property.
| |
Background | (Inherited from Control.) | |
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.) | |
Clip | (Inherited from UIElement.) | |
ClipToBounds | (Inherited from UIElement.) | |
CommandBindings | (Inherited from UIElement.) | |
CompletedEffort |
Gets or sets the completed effort of this GanttChartViewItem.
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.
| |
Completion |
Gets or sets the completion rate of this GanttChartViewItem.
Task completion rate is computed automatically based on effort and completed effort.
This is a dependency property.
| |
Content | (Inherited from ContentControl.) | |
ContentStringFormat | (Inherited from ContentControl.) | |
ContentTemplate | (Inherited from ContentControl.) | |
ContentTemplateSelector | (Inherited from ContentControl.) | |
ContextMenu | (Inherited from FrameworkElement.) | |
Cost |
Gets or sets the cost of this GanttChartViewItem.
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.
| |
Cursor | (Inherited from FrameworkElement.) | |
DataContext | (Inherited from FrameworkElement.) | |
DefaultStyleKey | (Inherited from FrameworkElement.) | |
DependencyObjectType | (Inherited from DependencyObject.) | |
DesiredSize | (Inherited from UIElement.) | |
Dispatcher | (Inherited from DispatcherObject.) | |
Duration |
Gets or sets the duration of this GanttChartViewItem.
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.
| |
Effect | (Inherited from UIElement.) | |
Effort |
Gets or sets the effort of this GanttChartViewItem.
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.
| |
Finish |
Gets or sets the finish date and time of this GanttChartViewItem.
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.
| |
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.) | |
HandlesScrolling | (Inherited from Control.) | |
HasAnimatedProperties | (Inherited from UIElement.) | |
HasContent | (Inherited from ContentControl.) | |
HasEffectiveKeyboardFocus | (Inherited from UIElement.) | |
Height | (Inherited from FrameworkElement.) | |
HorizontalAlignment | (Inherited from FrameworkElement.) | |
HorizontalContentAlignment | (Inherited from Control.) | |
Indentation |
Gets or sets the indentation level of this GanttChartViewItem.
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.
| |
IndexString |
Gets or sets a string representation of the index of this GanttChartViewItem.
The value of this property can be automatically computed based on the position of the task in the task collection.
The index string is of this form: 1, 2.
This is a dependency property.
| |
InheritanceBehavior | (Inherited from FrameworkElement.) | |
InputBindings | (Inherited from UIElement.) | |
InputScope | (Inherited from FrameworkElement.) | |
IsArrangeValid | (Inherited from UIElement.) | |
IsCompleted |
Gets or sets a value indicating whether this GanttChartViewItem is completed.
A completed task has its CompletedEffort value equal to Effort.
This is a dependency property.
| |
IsEnabled | (Inherited from UIElement.) | |
IsEnabledCore | (Inherited from UIElement.) | |
IsExpanded |
Gets or sets the expansion indicator of this GanttChartViewItem.
If a parent task is expanded its child tasks become visible. If a parent task is collapsed its child tasks become invisible.
This is a dependency property.
| |
IsFocused | (Inherited from UIElement.) | |
IsHitTestVisible | (Inherited from UIElement.) | |
IsInitialized | (Inherited from FrameworkElement.) | |
IsInputMethodEnabled | (Inherited from UIElement.) | |
IsKeyboardFocused | (Inherited from UIElement.) | |
IsKeyboardFocusWithin | (Inherited from UIElement.) | |
IsLoaded | (Inherited from FrameworkElement.) | |
IsManipulationEnabled | (Inherited from UIElement.) | |
IsMeasureValid | (Inherited from UIElement.) | |
IsMilestone |
Gets or sets a value indicating whether this GanttChartViewItem represents a milestone.
A milestone task has its Effort value set to zero.
This is a dependency property.
| |
IsMouseCaptured | (Inherited from UIElement.) | |
IsMouseCaptureWithin | (Inherited from UIElement.) | |
IsMouseDirectlyOver | (Inherited from UIElement.) | |
IsMouseOver | (Inherited from UIElement.) | |
IsSealed | (Inherited from DependencyObject.) | |
IsStylusCaptured | (Inherited from UIElement.) | |
IsStylusCaptureWithin | (Inherited from UIElement.) | |
IsStylusDirectlyOver | (Inherited from UIElement.) | |
IsStylusOver | (Inherited from UIElement.) | |
IsTabStop | (Inherited from Control.) | |
IsVisible | (Inherited from UIElement.) | |
Language | (Inherited from FrameworkElement.) | |
LayoutTransform | (Inherited from FrameworkElement.) | |
LogicalChildren | (Inherited from ContentControl.) | |
Margin | (Inherited from FrameworkElement.) | |
MaxHeight | (Inherited from FrameworkElement.) | |
MaxWidth | (Inherited from FrameworkElement.) | |
MinHeight | (Inherited from FrameworkElement.) | |
MinWidth | (Inherited from FrameworkElement.) | |
Name | (Inherited from FrameworkElement.) | |
Opacity | (Inherited from UIElement.) | |
OpacityMask | (Inherited from UIElement.) | |
OverridesDefaultStyle | (Inherited from FrameworkElement.) | |
Padding | (Inherited from Control.) | |
Parent | (Inherited from FrameworkElement.) | |
PersistId | Obsolete. (Inherited from UIElement.) | |
Predecessors |
Gets or sets the predecessor item collection of this GanttChartViewItem.
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.
| |
PredecessorsString |
Gets or sets a string representation of the predecessor collection of this GanttChartViewItem.
The predecessors string is of this form: 1, 2SS, 3FF+2.
This is a dependency property.
| |
RenderSize | (Inherited from UIElement.) | |
RenderTransform | (Inherited from UIElement.) | |
RenderTransformOrigin | (Inherited from UIElement.) | |
Resources | (Inherited from FrameworkElement.) | |
Schedule |
Gets or sets the schedule of this GanttChartViewItem.
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 Continuous schedule is used.
This is a dependency property.
| |
SnapsToDevicePixels | (Inherited from UIElement.) | |
Start |
Gets or sets the start date and time of this GanttChartViewItem.
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.
| |
Style | (Inherited from FrameworkElement.) | |
StylusPlugIns | (Inherited from UIElement.) | |
TabIndex | (Inherited from Control.) | |
Tag | (Inherited from FrameworkElement.) | |
Template | (Inherited from Control.) | |
TemplatedParent | (Inherited from FrameworkElement.) | |
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.) | |
UseLayoutRounding | (Inherited from FrameworkElement.) | |
VerticalAlignment | (Inherited from FrameworkElement.) | |
VerticalContentAlignment | (Inherited from Control.) | |
Visibility | (Inherited from UIElement.) | |
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.) |
Events
Explicit Interface Implementations
Name | Description | |
---|---|---|
IAddChild..::.AddChild | (Inherited from ContentControl.) | |
IAddChild..::.AddText | (Inherited from ContentControl.) | |
ITaskItem..::.Assignments |
Enumerates or populates the assignment item collection of this GanttChartViewItem.
When setting this property you must use an IAssignmentItem object collection.
| |
IQueryAmbient..::.IsAmbientPropertyAvailable | (Inherited from FrameworkElement.) | |
ITaskItem..::.Predecessors |
Enumerates or populates the predecessor item collection of this TaskItem.
When setting this property you must use an IPredecessorItem object collection.
|