Back to Devexpress

GanttDependencyMappings.DataSource Property

windowsforms-devexpress-dot-xtragantt-dot-ganttdependencymappings-8e66641f.md

latest1.6 KB
Original Source

GanttDependencyMappings.DataSource Property

Gets or sets the data source that contains information about dependencies between tasks.

Namespace : DevExpress.XtraGantt

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public object DataSource { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property DataSource As Object

Property Value

TypeDescription
Object

An object that specifies a data source.

|

Remarks

This property is equivalent to the GanttControl.DependencySource property.

See Also

DependencySource

Task Dependencies

GanttDependencyMappings Class

GanttDependencyMappings Members

DevExpress.XtraGantt Namespace