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

GanttDependencyMappings.LagFieldName Property

Gets or sets the data source field (of the TimeSpan type) that specifies a task’s time delay relative to its predecessor.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v20.1.dll

NuGet Package: DevExpress.Win.Gantt

Declaration

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

Property Value

Type Default Description
String "Lag"

The data source field that specifies a task’s time delay relative to its predecessor.

See Also