GanttTask.Tag Property
In This Article
Gets or sets the task’s additional information.
Namespace: DevExpress.Mvvm.Gantt
Assembly: DevExpress.Xpf.Gantt.v24.2.dll
NuGet Package: DevExpress.Wpf.Gantt
#Declaration
#Property Value
Type | Description |
---|---|
Object | A task’s additional information. |
#Remarks
Use the Tag property to store any additional information within task objects without the need to create the GanttTask descendants.
See Also