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.v24.2.dll
NuGet Package: DevExpress.Wpf.Gantt
Declaration
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