Skip to main content
A newer version of this page is available. .

GanttSummaryTaskControl Class

A summary task.

Namespace: DevExpress.Xpf.Gantt

Assembly: DevExpress.Xpf.Gantt.v18.2.dll

Declaration

public class GanttSummaryTaskControl :
    GanttTaskControlBase

Remarks

Use the GanttSummaryTaskControl object to customize the appearance of summary tasks.

Example

<dxgn:GanttControl ItemsSource="{Binding Tasks}">
...
    <dxgn:GanttControl.View>
        <dxgn:GanttView ...>
            <dxgn:GanttView.SummaryTaskStyle>
                <Style TargetType="dxgn:GanttSummaryTaskControl">
                    <Setter Property="Background" Value="YellowGreen"/>
                </Style>
            </dxgn:GanttView.SummaryTaskStyle>
        </dxgn:GanttView>
    </dxgn:GanttControl.View>
</dxgn:GanttControl>

Inheritance

Object
DispatcherObject
DependencyObject
Visual
UIElement
FrameworkElement
Control
DevExpress.Xpf.Gantt.GanttItemControlBase
GanttTaskControlBase
GanttSummaryTaskControl
See Also