Skip to main content

GanttTask.Tag Property

Gets or sets the task’s additional information.

Namespace: DevExpress.Mvvm.Gantt

Assembly: DevExpress.Xpf.Gantt.v24.1.dll

NuGet Package: DevExpress.Wpf.Gantt

Declaration

public object Tag { get; set; }

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