Skip to main content
A newer version of this page is available. .

GanttDependencyMappings.TypeFieldName Property

Gets or sets the data source field (of the DependencyType type) that specifies a task’s dependency type.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v20.1.dll

NuGet Package: DevExpress.Win.Gantt

Declaration

[DXCategory("Mappings")]
[DefaultValue("Type")]
[XtraSerializableProperty]
public string TypeFieldName { get; set; }

Property Value

Type Default Description
String "Type"

The data source field that specifies a task’s dependency type.

See Also