Gantt Data Grid

A node that contains settings for displaying auxiliary task or resources data in the table view.

Style

Contains a set of visual settings for the grid. Attributes include:

      Background

      Cell

      Header

      Row separator

      Column separator

Collapser

Contains the settings of the collapser for summary tasks and grouped tasks in the Gantt Chart. Attributes include:

      Fill

      Border

      States

Columns

Contains a full list of all columns in the data grid. If the node is set, it will use only the settings of pre-set columns. If the node is not set, the default column settings are used. Attributes include:

      Column

Timeline Separator

Contains the settings for the separator located between Data-Grid and Time-Line Controls. Attributes include:

      Fill

      Border

      States

 

Example XML:

<datagrid>

<style>

<header>

<cell>

<fill enabled="true" type="Solid" color="#A5D9A5" />

</cell>

</header>

</style>

</datagrid>

 

Return to Top