GanttControl.GetStartDate(Int32) Method
In This Article
Returns the specified task’s start day.
Namespace: DevExpress.XtraGantt
Assembly: DevExpress.XtraGantt.v24.2.dll
NuGet Package: DevExpress.Win.Gantt
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
id | Int32 | An integer value that specifies the Id of the task for which to return the start date. |
#Returns
Type | Description |
---|---|
Nullable<Date |
A Date |
See Also