GridSerializer.GanttDependentsColumnName property

Gets or sets the gamtt dependents column name.

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

Syntax

'Declaration
Public Property GanttDependentsColumnName As String
    Get
    Private Set
'Usage
Dim instance As GridSerializer
Dim value As String

value = instance.GanttDependentsColumnName
public string GanttDependentsColumnName { get; private set; }

Property value

Type: System.String
Returns String.

See also

Reference

GridSerializer class

GridSerializer members

Microsoft.SharePoint.JSGrid namespace