Back to Devexpress

GanttChartMappings.ConstraintDateFieldName Property

windowsforms-devexpress-dot-xtragantt-dot-ganttchartmappings-9be4242b.md

latest1.5 KB
Original Source

GanttChartMappings.ConstraintDateFieldName Property

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

Namespace : DevExpress.XtraGantt

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

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

Property Value

TypeDefaultDescription
String"ConstraintDate"

A field name.

|

See Also

Task Constraints

GanttChartMappings Class

GanttChartMappings Members

DevExpress.XtraGantt Namespace