Version

xamGantt Visual Elements in the Grid Section

Topic Overview

Purpose

This topic introduces the visual elements of the xamGantt™ control’s grid section.

Visual Elements in the Grid Section and Related Classes and Properties

Visual elements summary

The following screenshot depicts the visual elements in the grid section of the xamGantt control. A list of the configurable elements follows the image.

xamGantt Visual Elements in the Grid Section 1.png

Configurable Visual Elements:

  • Table

  • Columns

  • Tasks

The following table maps the visual elements in the grid section of the xamGantt control to their corresponding classes.

Visual Element Class Property Details

Table

The ProjectTable class describes the displayed columns in the grid section of the xamGantt control.

Column

The ProjectColumn represents a column in the ProjectTable.

Column settings

The ProjectColumnSettings provides options for configuring a ProjectColumn settings.

Tasks

The ProjectTask represents a single task in a project.

Available Grid Columns and Related Project Task Properties

Available grid columns summary

Grid column name Corresponding ProjectTask property

Id

Id

Indicators

See the Task indicators summary below.

Task Mode

Name

Duration

Start

Finish

Predecessors

Resource Names

% Complete

Active

Actual Duration

Actual Finish

Actual Start

Complete Through

Constraint Date

Constraint Type

Critical

Deadline

Early Finish

Early Start

Estimated

Finish Slack

Free Slack

Hide Bar

Late Finish

Late Start

Marked

Milestone

Notes

Outline Level

Placeholder

Remaining Duration

Scheduled Duration

Scheduled Finish

Scheduled Start

Start Slack

Successors

Summary

Total Slack

Task Indicators

Task indicators summary

The Indicators column in the grid of the xamGantt control has no corresponding ProjectTask property.

This column is a reflection of the task’ state and displays indicators (along with a tooltip that provide additional information). The cells of this column may display one or more of the following indicators.

The table below lists the indicator image and indicator description:

Image Indicator type Description

xamGantt_indicator_inflexibleConstraint.png

Inflexible constraint

This type of constraint is an inflexible constraint such as "Must Start On."

Note
Note

This indicator appears only for automatically scheduled tasks.

xamGantt_indicator_flexibleConstraint.png

Flexible constraint

This constraint type is a flexible constraint such as "Start No Earlier Than" in a project scheduled from the start.

Note
Note

This indicator appears only for automatically scheduled tasks.

xamGantt_indicator_constraintViolation.png

Constraint violation

Failure to meet the constraint criteria (task’s constraint type and constraint date).

Note
Note

This indicator appears only for automatically scheduled tasks.

xamGantt_indicator_note.png

Notes

The task contains a note.

xamGantt_indicator_deadline.png

Deadline

The task has exceeded its deadline.

xamGantt_indicator_completed.png

Completed

Completed task where progress is 100%.

Related Content

Topics

The following topics provide additional information related to this topic.

Topic Purpose

This topic gives an overview of the main visual elements in the xamGantt control.

This topic introduces the visual elements of the xamGantt control’s chart section.