Share via


Gantt.DataSource property

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property DataSource As DataTable
    Get
    Set
'Usage
Dim instance As Gantt
Dim value As DataTable

value = instance.DataSource

instance.DataSource = value
public DataTable DataSource { get; set; }

Property value

Type: System.Data.DataTable

See also

Reference

Gantt class

Gantt members

Microsoft.SharePoint.WebControls namespace