Skip to main content

GanttView.HighlightGroups Property

Gets or sets whether the control highlights summary tasks and their children using a semi-transparent rectangle. This is a dependency property.

Namespace: DevExpress.Xpf.Gantt

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

NuGet Package: DevExpress.Wpf.Gantt

Declaration

public bool HighlightGroups { get; set; }

Property Value

Type Description
Boolean

true, to highlight summary tasks with their children; otherwise, false.

Remarks

The image below demonstrates the highlighted summary tasks with their children:

See Also