Version

Showing/Hiding Summary Tasks

Topic Overview

Purpose

This topic explains how to configure summary task visibility using the xamGantt™ control.

Required background

The following topics are prerequisites to understanding this topic:

Topic Purpose

This topic describes how to add the xamGantt control to a page.

In this topic

This topic contains the following sections:

Showing/Hiding Summary Tasks

Overview

By default, summary tasks are visible in the xamGantt control.

Configure summary task visibility via the ProjectViewSettings AreSummaryTasksVisible property.

Property settings

The following table maps the desired configuration to property settings.

In order to: Use this property: And set it to:

Show or hide summary tasks

bool

Example

The example below demonstrates how to hide the summary tasks:

In XAML:

<ig:XamGantt x:Name="gantt"
             Project="{Binding Project}">
    <ig:XamGantt.ViewSettings>
        <ig:ProjectViewSettings AreSummaryTasksVisible=" />
    </ig:XamGantt.ViewSettings>
</ig:XamGantt>

Related Topics

The following topics provide additional information related to this topic.

Topic Purpose

This topic gives an overview of the xamGantt ProjectViewSettings class and its configurable aspects.