Back to Devexpress

GanttChartMappings.BaselineDurationFieldName Property

windowsforms-devexpress-dot-xtragantt-dot-ganttchartmappings-c04836db.md

latest1.5 KB
Original Source

GanttChartMappings.BaselineDurationFieldName Property

Gets or sets the data source field (of the TimeSpan type) that specifies a task’s baseline duration.

Namespace : DevExpress.XtraGantt

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

csharp
[DefaultValue("")]
[DXCategory("Mappings")]
[XtraSerializableProperty]
public string BaselineDurationFieldName { get; set; }
vb
<DXCategory("Mappings")>
<DefaultValue("")>
<XtraSerializableProperty>
Public Property BaselineDurationFieldName As String

Property Value

TypeDefaultDescription
StringString.Empty

The data source field that specifies a task’s baseline duration.

|

See Also

GanttChartMappings Class

GanttChartMappings Members

DevExpress.XtraGantt Namespace