Back to Devexpress

GanttChartMappings.BaselineStartDateFieldName Property

windowsforms-devexpress-dot-xtragantt-dot-ganttchartmappings-39b9e9db.md

latest1.5 KB
Original Source

GanttChartMappings.BaselineStartDateFieldName Property

Gets or sets the data source field (of the DateTime type) that specifies a task’s baseline start date.

Namespace : DevExpress.XtraGantt

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

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

Property Value

TypeDefaultDescription
String"BaselineStartDate"

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

|

See Also

GanttChartMappings Class

GanttChartMappings Members

DevExpress.XtraGantt Namespace