GanttDependencyMappings.DataSource Property
Gets or sets the data source that contains information about dependencies between tasks.
Namespace: DevExpress.XtraGantt
Assembly: DevExpress.XtraGantt.v24.1.dll
NuGet Package: DevExpress.Win.Gantt
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public object DataSource { get; set; }
Property Value
Type | Description |
---|---|
Object | An object that specifies a data source. |
Remarks
This property is equivalent to the GanttControl.DependencySource property.
See Also