Back to Devexpress

GanttView.HighlightGroups Property

wpf-devexpress-dot-xpf-dot-gantt-dot-ganttview-53e88a36.md

latest1.2 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Gantt

Declaration

csharp
public bool HighlightGroups { get; set; }
vb
Public Property HighlightGroups As Boolean

Property Value

TypeDescription
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

GanttView Class

GanttView Members

DevExpress.Xpf.Gantt Namespace